-
Notifications
You must be signed in to change notification settings - Fork 17
/
CustomSESDomainSpecification.json
133 lines (133 loc) · 4.21 KB
/
CustomSESDomainSpecification.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"ResourceTypes": {
"Custom::SES_Domain": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md",
"Properties": {
"ServiceToken": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#servicetoken",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"Domain": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#domain",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"EnableSend": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#enablesend",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Mutable"
},
"EnableReceive": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#enablereceive",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Mutable"
},
"MailFromSubdomain": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#mailfromsubdomain",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"CustomDMARC": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#customdmarc",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"TTL": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#ttl",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"Region": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#region",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
}
},
"Attributes": {
"Route53RecordSets": {
"ItemType": "AWS::Route53::RecordSetGroup.RecordSet",
"Type": "List"
},
"ZoneFileEntries": {
"PrimitiveItemType": "String",
"Type": "List"
},
"Domain": {
"PrimitiveType": "String"
},
"VerificationToken": {
"PrimitiveType": "String"
},
"DkimTokens": {
"PrimitiveItemType": "String",
"Type": "List"
},
"MailFromDomain": {
"PrimitiveType": "String"
},
"MailFromMX": {
"PrimitiveType": "String"
},
"MailFromSPF": {
"PrimitiveType": "String"
},
"DMARC": {
"PrimitiveType": "String"
},
"ReceiveMX": {
"PrimitiveType": "String"
},
"Region": {
"PrimitiveType": "String"
},
"Arn": {
"PrimitiveType": "String"
}
}
},
"Custom::SES_EmailIdentity": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md",
"Properties": {
"ServiceToken": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#servicetoken-2",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"EmailAddress": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#emailaddress",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"Region": {
"Documentation": "https://github.com/medmunds/aws-cfn-ses-domain/blob/main/README.md#region-2",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
}
},
"Attributes": {
"EmailAddress": {
"PrimitiveType": "String"
},
"Region": {
"PrimitiveType": "String"
},
"Arn": {
"PrimitiveType": "String"
}
}
}
},
"ResourceSpecificationVersion": "2.11.0"
}