We recommend using Azure Native.
azure.communication.EmailServiceDomain
Explore with Pulumi AI
Manages an Email Communication Service Domain.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
example:
type: azure:core:ResourceGroup
properties:
name: example-resources
location: West Europe
exampleEmailService:
type: azure:communication:EmailService
name: example
properties:
name: example-emailcommunicationservice
resourceGroupName: ${example.name}
dataLocation: United States
exampleEmailServiceDomain:
type: azure:communication:EmailServiceDomain
name: example
properties:
name: AzureManagedDomain
resourceGroupName: ${example.name}
emailServiceName: ${exampleEmailService.name}
domainManagement: AzureManaged
Create EmailServiceDomain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EmailServiceDomain(name: string, args: EmailServiceDomainArgs, opts?: CustomResourceOptions);
@overload
def EmailServiceDomain(resource_name: str,
args: EmailServiceDomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EmailServiceDomain(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_management: Optional[str] = None,
email_service_id: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
user_engagement_tracking_enabled: Optional[bool] = None)
func NewEmailServiceDomain(ctx *Context, name string, args EmailServiceDomainArgs, opts ...ResourceOption) (*EmailServiceDomain, error)
public EmailServiceDomain(string name, EmailServiceDomainArgs args, CustomResourceOptions? opts = null)
public EmailServiceDomain(String name, EmailServiceDomainArgs args)
public EmailServiceDomain(String name, EmailServiceDomainArgs args, CustomResourceOptions options)
type: azure:communication:EmailServiceDomain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EmailServiceDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EmailServiceDomainArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EmailServiceDomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmailServiceDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EmailServiceDomainArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var emailServiceDomainResource = new Azure.Communication.EmailServiceDomain("emailServiceDomainResource", new()
{
DomainManagement = "string",
EmailServiceId = "string",
Name = "string",
Tags =
{
{ "string", "string" },
},
UserEngagementTrackingEnabled = false,
});
example, err := communication.NewEmailServiceDomain(ctx, "emailServiceDomainResource", &communication.EmailServiceDomainArgs{
DomainManagement: pulumi.String("string"),
EmailServiceId: pulumi.String("string"),
Name: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
UserEngagementTrackingEnabled: pulumi.Bool(false),
})
var emailServiceDomainResource = new EmailServiceDomain("emailServiceDomainResource", EmailServiceDomainArgs.builder()
.domainManagement("string")
.emailServiceId("string")
.name("string")
.tags(Map.of("string", "string"))
.userEngagementTrackingEnabled(false)
.build());
email_service_domain_resource = azure.communication.EmailServiceDomain("emailServiceDomainResource",
domain_management="string",
email_service_id="string",
name="string",
tags={
"string": "string",
},
user_engagement_tracking_enabled=False)
const emailServiceDomainResource = new azure.communication.EmailServiceDomain("emailServiceDomainResource", {
domainManagement: "string",
emailServiceId: "string",
name: "string",
tags: {
string: "string",
},
userEngagementTrackingEnabled: false,
});
type: azure:communication:EmailServiceDomain
properties:
domainManagement: string
emailServiceId: string
name: string
tags:
string: string
userEngagementTrackingEnabled: false
EmailServiceDomain Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The EmailServiceDomain resource accepts the following input properties:
- Domain
Management string - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - Email
Service stringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Dictionary<string, string>
- A mapping of tags which should be assigned to the Email Communication Service.
- User
Engagement boolTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
.
- Domain
Management string - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - Email
Service stringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - map[string]string
- A mapping of tags which should be assigned to the Email Communication Service.
- User
Engagement boolTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
.
- domain
Management String - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email
Service StringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Map<String,String>
- A mapping of tags which should be assigned to the Email Communication Service.
- user
Engagement BooleanTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
.
- domain
Management string - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email
Service stringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - {[key: string]: string}
- A mapping of tags which should be assigned to the Email Communication Service.
- user
Engagement booleanTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
.
- domain_
management str - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email_
service_ strid - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Mapping[str, str]
- A mapping of tags which should be assigned to the Email Communication Service.
- user_
engagement_ booltracking_ enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
.
- domain
Management String - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email
Service StringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Map<String>
- A mapping of tags which should be assigned to the Email Communication Service.
- user
Engagement BooleanTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
.
Outputs
All input properties are implicitly available as output properties. Additionally, the EmailServiceDomain resource produces the following output properties:
- From
Sender stringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- Id string
- The provider-assigned unique ID for this managed resource.
- Mail
From stringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- Verification
Records List<EmailService Domain Verification Record> - (Optional) An
verification_records
block as defined below.
- From
Sender stringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- Id string
- The provider-assigned unique ID for this managed resource.
- Mail
From stringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- Verification
Records []EmailService Domain Verification Record - (Optional) An
verification_records
block as defined below.
- from
Sender StringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- id String
- The provider-assigned unique ID for this managed resource.
- mail
From StringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- verification
Records List<EmailService Domain Verification Record> - (Optional) An
verification_records
block as defined below.
- from
Sender stringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- id string
- The provider-assigned unique ID for this managed resource.
- mail
From stringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- verification
Records EmailService Domain Verification Record[] - (Optional) An
verification_records
block as defined below.
- from_
sender_ strdomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- id str
- The provider-assigned unique ID for this managed resource.
- mail_
from_ strsender_ domain - P1 sender domain that is present on the email envelope [RFC 5321].
- verification_
records Sequence[EmailService Domain Verification Record] - (Optional) An
verification_records
block as defined below.
- from
Sender StringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- id String
- The provider-assigned unique ID for this managed resource.
- mail
From StringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- verification
Records List<Property Map> - (Optional) An
verification_records
block as defined below.
Look up Existing EmailServiceDomain Resource
Get an existing EmailServiceDomain resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EmailServiceDomainState, opts?: CustomResourceOptions): EmailServiceDomain
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
domain_management: Optional[str] = None,
email_service_id: Optional[str] = None,
from_sender_domain: Optional[str] = None,
mail_from_sender_domain: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
user_engagement_tracking_enabled: Optional[bool] = None,
verification_records: Optional[Sequence[EmailServiceDomainVerificationRecordArgs]] = None) -> EmailServiceDomain
func GetEmailServiceDomain(ctx *Context, name string, id IDInput, state *EmailServiceDomainState, opts ...ResourceOption) (*EmailServiceDomain, error)
public static EmailServiceDomain Get(string name, Input<string> id, EmailServiceDomainState? state, CustomResourceOptions? opts = null)
public static EmailServiceDomain get(String name, Output<String> id, EmailServiceDomainState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Domain
Management string - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - Email
Service stringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- From
Sender stringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- Mail
From stringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Dictionary<string, string>
- A mapping of tags which should be assigned to the Email Communication Service.
- User
Engagement boolTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
. - Verification
Records List<EmailService Domain Verification Record> - (Optional) An
verification_records
block as defined below.
- Domain
Management string - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - Email
Service stringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- From
Sender stringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- Mail
From stringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - map[string]string
- A mapping of tags which should be assigned to the Email Communication Service.
- User
Engagement boolTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
. - Verification
Records []EmailService Domain Verification Record Args - (Optional) An
verification_records
block as defined below.
- domain
Management String - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email
Service StringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- from
Sender StringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- mail
From StringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Map<String,String>
- A mapping of tags which should be assigned to the Email Communication Service.
- user
Engagement BooleanTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
. - verification
Records List<EmailService Domain Verification Record> - (Optional) An
verification_records
block as defined below.
- domain
Management string - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email
Service stringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- from
Sender stringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- mail
From stringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - {[key: string]: string}
- A mapping of tags which should be assigned to the Email Communication Service.
- user
Engagement booleanTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
. - verification
Records EmailService Domain Verification Record[] - (Optional) An
verification_records
block as defined below.
- domain_
management str - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email_
service_ strid - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- from_
sender_ strdomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- mail_
from_ strsender_ domain - P1 sender domain that is present on the email envelope [RFC 5321].
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Mapping[str, str]
- A mapping of tags which should be assigned to the Email Communication Service.
- user_
engagement_ booltracking_ enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
. - verification_
records Sequence[EmailService Domain Verification Record Args] - (Optional) An
verification_records
block as defined below.
- domain
Management String - Describes how a Domains resource is being managed. Possible values are
AzureManaged
,CustomerManaged
,CustomerManagedInExchangeOnline
. Changing this forces a new Email Communication Service to be created. - email
Service StringId - The resource ID of the Email Communication Service where the Domain belongs to. Changing this forces a new Email Communication Service to be created.
- from
Sender StringDomain - P2 sender domain that is displayed to the email recipients [RFC 5322].
- mail
From StringSender Domain - P1 sender domain that is present on the email envelope [RFC 5321].
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Map<String>
- A mapping of tags which should be assigned to the Email Communication Service.
- user
Engagement BooleanTracking Enabled - Describes user engagement tracking is enabled or disabled. Defaults to
false
. - verification
Records List<Property Map> - (Optional) An
verification_records
block as defined below.
Supporting Types
EmailServiceDomainVerificationRecord, EmailServiceDomainVerificationRecordArgs
- Dkim2s
List<Email
Service Domain Verification Record Dkim2> - (Optional) An
dkim2
block as defined below. - Dkims
List<Email
Service Domain Verification Record Dkim> - (Optional) An
dkim
block as defined below. - Dmarcs
List<Email
Service Domain Verification Record Dmarc> - (Optional) An
dmarc
block as defined below. - Domains
List<Email
Service Domain Verification Record Domain> - (Optional) An
domain
block as defined below. - Spfs
List<Email
Service Domain Verification Record Spf> - (Optional) An
spf
block as defined below.
- Dkim2s
[]Email
Service Domain Verification Record Dkim2 - (Optional) An
dkim2
block as defined below. - Dkims
[]Email
Service Domain Verification Record Dkim - (Optional) An
dkim
block as defined below. - Dmarcs
[]Email
Service Domain Verification Record Dmarc - (Optional) An
dmarc
block as defined below. - Domains
[]Email
Service Domain Verification Record Domain - (Optional) An
domain
block as defined below. - Spfs
[]Email
Service Domain Verification Record Spf - (Optional) An
spf
block as defined below.
- dkim2s
List<Email
Service Domain Verification Record Dkim2> - (Optional) An
dkim2
block as defined below. - dkims
List<Email
Service Domain Verification Record Dkim> - (Optional) An
dkim
block as defined below. - dmarcs
List<Email
Service Domain Verification Record Dmarc> - (Optional) An
dmarc
block as defined below. - domains
List<Email
Service Domain Verification Record Domain> - (Optional) An
domain
block as defined below. - spfs
List<Email
Service Domain Verification Record Spf> - (Optional) An
spf
block as defined below.
- dkim2s
Email
Service Domain Verification Record Dkim2[] - (Optional) An
dkim2
block as defined below. - dkims
Email
Service Domain Verification Record Dkim[] - (Optional) An
dkim
block as defined below. - dmarcs
Email
Service Domain Verification Record Dmarc[] - (Optional) An
dmarc
block as defined below. - domains
Email
Service Domain Verification Record Domain[] - (Optional) An
domain
block as defined below. - spfs
Email
Service Domain Verification Record Spf[] - (Optional) An
spf
block as defined below.
- dkim2s
Sequence[Email
Service Domain Verification Record Dkim2] - (Optional) An
dkim2
block as defined below. - dkims
Sequence[Email
Service Domain Verification Record Dkim] - (Optional) An
dkim
block as defined below. - dmarcs
Sequence[Email
Service Domain Verification Record Dmarc] - (Optional) An
dmarc
block as defined below. - domains
Sequence[Email
Service Domain Verification Record Domain] - (Optional) An
domain
block as defined below. - spfs
Sequence[Email
Service Domain Verification Record Spf] - (Optional) An
spf
block as defined below.
- dkim2s List<Property Map>
- (Optional) An
dkim2
block as defined below. - dkims List<Property Map>
- (Optional) An
dkim
block as defined below. - dmarcs List<Property Map>
- (Optional) An
dmarc
block as defined below. - domains List<Property Map>
- (Optional) An
domain
block as defined below. - spfs List<Property Map>
- (Optional) An
spf
block as defined below.
EmailServiceDomainVerificationRecordDkim, EmailServiceDomainVerificationRecordDkimArgs
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Integer
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type string
- Type of the DNS record. Example: TXT
- value string
- Value of the DNS record.
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type str
- Type of the DNS record. Example: TXT
- value str
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
EmailServiceDomainVerificationRecordDkim2, EmailServiceDomainVerificationRecordDkim2Args
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Integer
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type string
- Type of the DNS record. Example: TXT
- value string
- Value of the DNS record.
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type str
- Type of the DNS record. Example: TXT
- value str
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
EmailServiceDomainVerificationRecordDmarc, EmailServiceDomainVerificationRecordDmarcArgs
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Integer
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type string
- Type of the DNS record. Example: TXT
- value string
- Value of the DNS record.
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type str
- Type of the DNS record. Example: TXT
- value str
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
EmailServiceDomainVerificationRecordDomain, EmailServiceDomainVerificationRecordDomainArgs
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Integer
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type string
- Type of the DNS record. Example: TXT
- value string
- Value of the DNS record.
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type str
- Type of the DNS record. Example: TXT
- value str
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
EmailServiceDomainVerificationRecordSpf, EmailServiceDomainVerificationRecordSpfArgs
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- Name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - Ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- Type string
- Type of the DNS record. Example: TXT
- Value string
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Integer
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
- name string
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type string
- Type of the DNS record. Example: TXT
- value string
- Value of the DNS record.
- name str
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl int
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type str
- Type of the DNS record. Example: TXT
- value str
- Value of the DNS record.
- name String
- The name of the Email Communication Service resource. If
domain_management
isAzureManaged
, the name must beAzureManagedDomain
. Changing this forces a new Email Communication Service to be created. - ttl Number
- Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
- type String
- Type of the DNS record. Example: TXT
- value String
- Value of the DNS record.
Import
Communication Services can be imported using the resource id
, e.g.
$ pulumi import azure:communication/emailServiceDomain:EmailServiceDomain example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Communication/emailServices/emailCommunicationService1/domains/domain1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.