DomainDkim
Provides an SES domain DKIM generation resource.
Domain ownership needs to be confirmed first using aws.ses.DomainIdentity resource.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Aws = Pulumi.Aws;
class MyStack : Stack
{
public MyStack()
{
var exampleDomainIdentity = new Aws.Ses.DomainIdentity("exampleDomainIdentity", new Aws.Ses.DomainIdentityArgs
{
Domain = "example.com",
});
var exampleDomainDkim = new Aws.Ses.DomainDkim("exampleDomainDkim", new Aws.Ses.DomainDkimArgs
{
Domain = exampleDomainIdentity.Domain,
});
var exampleAmazonsesDkimRecord = new List<Aws.Route53.Record>();
for (var rangeIndex = 0; rangeIndex < 3; rangeIndex++)
{
var range = new { Value = rangeIndex };
exampleAmazonsesDkimRecord.Add(new Aws.Route53.Record($"exampleAmazonsesDkimRecord-{range.Value}", new Aws.Route53.RecordArgs
{
Name = exampleDomainDkim.DkimTokens[range.Value].Apply(dkimTokens => $"{dkimTokens}._domainkey.example.com"),
Records =
{
exampleDomainDkim.DkimTokens[range.Value].Apply(dkimTokens => $"{dkimTokens}.dkim.amazonses.com"),
},
Ttl = 600,
Type = "CNAME",
ZoneId = "ABCDEFGHIJ123",
}));
}
}
}
Coming soon!
import pulumi
import pulumi_aws as aws
example_domain_identity = aws.ses.DomainIdentity("exampleDomainIdentity", domain="example.com")
example_domain_dkim = aws.ses.DomainDkim("exampleDomainDkim", domain=example_domain_identity.domain)
example_amazonses_dkim_record = []
for range in [{"value": i} for i in range(0, 3)]:
example_amazonses_dkim_record.append(aws.route53.Record(f"exampleAmazonsesDkimRecord-{range['value']}",
name=example_domain_dkim.dkim_tokens[range["value"]].apply(lambda dkim_tokens: f"{dkim_tokens}._domainkey.example.com"),
records=[example_domain_dkim.dkim_tokens[range["value"]].apply(lambda dkim_tokens: f"{dkim_tokens}.dkim.amazonses.com")],
ttl="600",
type="CNAME",
zone_id="ABCDEFGHIJ123"))import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const exampleDomainIdentity = new aws.ses.DomainIdentity("example", {
domain: "example.com",
});
const exampleDomainDkim = new aws.ses.DomainDkim("example", {
domain: exampleDomainIdentity.domain,
});
const exampleAmazonsesDkimRecord: aws.route53.Record[] = [];
for (let i = 0; i < 3; i++) {
exampleAmazonsesDkimRecord.push(new aws.route53.Record(`example_amazonses_dkim_record-${i}`, {
name: exampleDomainDkim.dkimTokens.apply(dkimTokens => `${dkimTokens[i]}._domainkey.example.com`),
records: [exampleDomainDkim.dkimTokens.apply(dkimTokens => `${dkimTokens[i]}.dkim.amazonses.com`)],
ttl: 600,
type: "CNAME",
zoneId: "ABCDEFGHIJ123",
}));
}Create a DomainDkim Resource
new DomainDkim(name: string, args: DomainDkimArgs, opts?: CustomResourceOptions);def DomainDkim(resource_name, opts=None, domain=None, __props__=None);func NewDomainDkim(ctx *Context, name string, args DomainDkimArgs, opts ...ResourceOption) (*DomainDkim, error)public DomainDkim(string name, DomainDkimArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args DomainDkimArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DomainDkimArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainDkimArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
DomainDkim Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The DomainDkim resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainDkim resource produces the following output properties:
- Dkim
Tokens List<string> DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Dkim
Tokens []string DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- Id string
- The provider-assigned unique ID for this managed resource.
- dkim
Tokens string[] DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- id string
- The provider-assigned unique ID for this managed resource.
- dkim_
tokens List[str] DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- id str
- The provider-assigned unique ID for this managed resource.
Look up an Existing DomainDkim Resource
Get an existing DomainDkim 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?: DomainDkimState, opts?: CustomResourceOptions): DomainDkimstatic get(resource_name, id, opts=None, dkim_tokens=None, domain=None, __props__=None);func GetDomainDkim(ctx *Context, name string, id IDInput, state *DomainDkimState, opts ...ResourceOption) (*DomainDkim, error)public static DomainDkim Get(string name, Input<string> id, DomainDkimState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Dkim
Tokens List<string> DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- Domain string
Verified domain name to generate DKIM tokens for.
- Dkim
Tokens []string DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- Domain string
Verified domain name to generate DKIM tokens for.
- dkim
Tokens string[] DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- domain string
Verified domain name to generate DKIM tokens for.
- dkim_
tokens List[str] DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.
- domain str
Verified domain name to generate DKIM tokens for.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.