Creates a domain name
Creates a domain name.
apigatewayv2_create_domain_name(DomainName, DomainNameConfigurations, MutualTlsAuthentication, Tags)
DomainName |
[required] The domain name. |
DomainNameConfigurations |
The domain name configurations. |
MutualTlsAuthentication |
The mutual TLS authentication configuration for a custom domain name. |
Tags |
The collection of tags associated with a domain name. |
A list with the following syntax:
list(
ApiMappingSelectionExpression = "string",
DomainName = "string",
DomainNameConfigurations = list(
list(
ApiGatewayDomainName = "string",
CertificateArn = "string",
CertificateName = "string",
CertificateUploadDate = as.POSIXct(
"2015-01-01"
),
DomainNameStatus = "AVAILABLE"|"UPDATING",
DomainNameStatusMessage = "string",
EndpointType = "REGIONAL"|"EDGE",
HostedZoneId = "string",
SecurityPolicy = "TLS_1_0"|"TLS_1_2"
)
),
MutualTlsAuthentication = list(
TruststoreUri = "string",
TruststoreVersion = "string",
TruststoreWarnings = list(
"string"
)
),
Tags = list(
"string"
)
)svc$create_domain_name(
DomainName = "string",
DomainNameConfigurations = list(
list(
ApiGatewayDomainName = "string",
CertificateArn = "string",
CertificateName = "string",
CertificateUploadDate = as.POSIXct(
"2015-01-01"
),
DomainNameStatus = "AVAILABLE"|"UPDATING",
DomainNameStatusMessage = "string",
EndpointType = "REGIONAL"|"EDGE",
HostedZoneId = "string",
SecurityPolicy = "TLS_1_0"|"TLS_1_2"
)
),
MutualTlsAuthentication = list(
TruststoreUri = "string",
TruststoreVersion = "string"
),
Tags = list(
"string"
)
)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.