We recommend new projects start with resources from the AWS provider.
aws-native.apigateway.DomainNameV2
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::ApiGateway::DomainNameV2.
Create DomainNameV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DomainNameV2(name: string, args?: DomainNameV2Args, opts?: CustomResourceOptions);
@overload
def DomainNameV2(resource_name: str,
args: Optional[DomainNameV2Args] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DomainNameV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificate_arn: Optional[str] = None,
domain_name: Optional[str] = None,
endpoint_configuration: Optional[DomainNameV2EndpointConfigurationArgs] = None,
policy: Optional[Any] = None,
security_policy: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewDomainNameV2(ctx *Context, name string, args *DomainNameV2Args, opts ...ResourceOption) (*DomainNameV2, error)
public DomainNameV2(string name, DomainNameV2Args? args = null, CustomResourceOptions? opts = null)
public DomainNameV2(String name, DomainNameV2Args args)
public DomainNameV2(String name, DomainNameV2Args args, CustomResourceOptions options)
type: aws-native:apigateway:DomainNameV2
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 DomainNameV2Args
- 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 DomainNameV2Args
- 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 DomainNameV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainNameV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainNameV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DomainNameV2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DomainNameV2 resource accepts the following input properties:
- Certificate
Arn string - The reference to an AWS -managed certificate that will be used by the private endpoint for this domain name. AWS Certificate Manager is the only supported source.
- Domain
Name string - Represents a custom domain name as a user-friendly host name of an API (RestApi).
- Endpoint
Configuration Pulumi.Aws Native. Api Gateway. Inputs. Domain Name V2Endpoint Configuration - The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
- Policy object
A stringified JSON policy document that applies to the
execute-api
service for this DomainName regardless of the caller and Method configuration. You can useFn::ToJsonString
to enter yourpolicy
. For more information, see Fn::ToJsonString .Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property.- Security
Policy string - The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only
TLS_1_2
is supported. - List<Pulumi.
Aws Native. Inputs. Tag> - The collection of tags. Each tag element is associated with a given resource.
- Certificate
Arn string - The reference to an AWS -managed certificate that will be used by the private endpoint for this domain name. AWS Certificate Manager is the only supported source.
- Domain
Name string - Represents a custom domain name as a user-friendly host name of an API (RestApi).
- Endpoint
Configuration DomainName V2Endpoint Configuration Args - The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
- Policy interface{}
A stringified JSON policy document that applies to the
execute-api
service for this DomainName regardless of the caller and Method configuration. You can useFn::ToJsonString
to enter yourpolicy
. For more information, see Fn::ToJsonString .Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property.- Security
Policy string - The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only
TLS_1_2
is supported. - Tag
Args - The collection of tags. Each tag element is associated with a given resource.
- certificate
Arn String - The reference to an AWS -managed certificate that will be used by the private endpoint for this domain name. AWS Certificate Manager is the only supported source.
- domain
Name String - Represents a custom domain name as a user-friendly host name of an API (RestApi).
- endpoint
Configuration DomainName V2Endpoint Configuration - The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
- policy Object
A stringified JSON policy document that applies to the
execute-api
service for this DomainName regardless of the caller and Method configuration. You can useFn::ToJsonString
to enter yourpolicy
. For more information, see Fn::ToJsonString .Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property.- security
Policy String - The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only
TLS_1_2
is supported. - List<Tag>
- The collection of tags. Each tag element is associated with a given resource.
- certificate
Arn string - The reference to an AWS -managed certificate that will be used by the private endpoint for this domain name. AWS Certificate Manager is the only supported source.
- domain
Name string - Represents a custom domain name as a user-friendly host name of an API (RestApi).
- endpoint
Configuration DomainName V2Endpoint Configuration - The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
- policy any
A stringified JSON policy document that applies to the
execute-api
service for this DomainName regardless of the caller and Method configuration. You can useFn::ToJsonString
to enter yourpolicy
. For more information, see Fn::ToJsonString .Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property.- security
Policy string - The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only
TLS_1_2
is supported. - Tag[]
- The collection of tags. Each tag element is associated with a given resource.
- certificate_
arn str - The reference to an AWS -managed certificate that will be used by the private endpoint for this domain name. AWS Certificate Manager is the only supported source.
- domain_
name str - Represents a custom domain name as a user-friendly host name of an API (RestApi).
- endpoint_
configuration DomainName V2Endpoint Configuration Args - The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
- policy Any
A stringified JSON policy document that applies to the
execute-api
service for this DomainName regardless of the caller and Method configuration. You can useFn::ToJsonString
to enter yourpolicy
. For more information, see Fn::ToJsonString .Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property.- security_
policy str - The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only
TLS_1_2
is supported. - Sequence[Tag
Args] - The collection of tags. Each tag element is associated with a given resource.
- certificate
Arn String - The reference to an AWS -managed certificate that will be used by the private endpoint for this domain name. AWS Certificate Manager is the only supported source.
- domain
Name String - Represents a custom domain name as a user-friendly host name of an API (RestApi).
- endpoint
Configuration Property Map - The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
- policy Any
A stringified JSON policy document that applies to the
execute-api
service for this DomainName regardless of the caller and Method configuration. You can useFn::ToJsonString
to enter yourpolicy
. For more information, see Fn::ToJsonString .Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property.- security
Policy String - The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only
TLS_1_2
is supported. - List<Property Map>
- The collection of tags. Each tag element is associated with a given resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainNameV2 resource produces the following output properties:
- Domain
Name stringArn - The amazon resource name (ARN) of the domain name resource.
- Domain
Name stringId - The domain name ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Domain
Name stringArn - The amazon resource name (ARN) of the domain name resource.
- Domain
Name stringId - The domain name ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- domain
Name StringArn - The amazon resource name (ARN) of the domain name resource.
- domain
Name StringId - The domain name ID.
- id String
- The provider-assigned unique ID for this managed resource.
- domain
Name stringArn - The amazon resource name (ARN) of the domain name resource.
- domain
Name stringId - The domain name ID.
- id string
- The provider-assigned unique ID for this managed resource.
- domain_
name_ strarn - The amazon resource name (ARN) of the domain name resource.
- domain_
name_ strid - The domain name ID.
- id str
- The provider-assigned unique ID for this managed resource.
- domain
Name StringArn - The amazon resource name (ARN) of the domain name resource.
- domain
Name StringId - The domain name ID.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
DomainNameV2EndpointConfiguration, DomainNameV2EndpointConfigurationArgs
- Types List<string>
- A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.
- Types []string
- A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.
- types List<String>
- A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.
- types string[]
- A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.
- types Sequence[str]
- A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.
- types List<String>
- A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.