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,
management_policy: Optional[Any] = 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 - Domain
Name string - Endpoint
Configuration Pulumi.Aws Native. Api Gateway. Inputs. Domain Name V2Endpoint Configuration - Management
Policy object - Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - Policy object
- Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - Security
Policy string - List<Pulumi.
Aws Native. Inputs. Tag>
- Certificate
Arn string - Domain
Name string - Endpoint
Configuration DomainName V2Endpoint Configuration Args - Management
Policy interface{} - Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - Policy interface{}
- Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - Security
Policy string - Tag
Args
- certificate
Arn String - domain
Name String - endpoint
Configuration DomainName V2Endpoint Configuration - management
Policy Object - Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - policy Object
- Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - security
Policy String - List<Tag>
- certificate
Arn string - domain
Name string - endpoint
Configuration DomainName V2Endpoint Configuration - management
Policy any - Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - policy any
- Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - security
Policy string - Tag[]
- certificate_
arn str - domain_
name str - endpoint_
configuration DomainName V2Endpoint Configuration Args - management_
policy Any - Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - policy Any
- Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - security_
policy str - Sequence[Tag
Args]
- certificate
Arn String - domain
Name String - endpoint
Configuration Property Map - management
Policy Any - Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - policy Any
- Search the CloudFormation User Guide for
AWS::ApiGateway::DomainNameV2
for more information about the expected schema for this property. - security
Policy String - List<Property Map>
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 - 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 - 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 - 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 - 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 - 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 - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
DomainNameV2EndpointConfiguration, DomainNameV2EndpointConfigurationArgs
- Types List<string>
- Types []string
- types List<String>
- types string[]
- types Sequence[str]
- types List<String>
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.