azure::email-service¶
Creates an email service.
Example¶
azure::email-service email-service-example
resource-group: $(azure::resource-group resource-group-example)
name: "example-email-test"
data-location: "United States"
tags: {
Name: "example-email-test"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| resource-group | The resource group in which to build the client (Required) |
| name | The name of the email client (Required) |
| data-location | The location where the email service stores its data at rest (Required) |
| tags map | The tags associated to the email service |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the email service |