1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. apigateway
  5. DomainNameV2

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.11.0 published on Tuesday, Nov 26, 2024 by Pulumi

aws-native.apigateway.DomainNameV2

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.11.0 published on Tuesday, Nov 26, 2024 by Pulumi

    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:

    CertificateArn string
    DomainName string
    EndpointConfiguration Pulumi.AwsNative.ApiGateway.Inputs.DomainNameV2EndpointConfiguration
    ManagementPolicy 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.
    SecurityPolicy string
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    CertificateArn string
    DomainName string
    EndpointConfiguration DomainNameV2EndpointConfigurationArgs
    ManagementPolicy 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.
    SecurityPolicy string
    Tags TagArgs
    certificateArn String
    domainName String
    endpointConfiguration DomainNameV2EndpointConfiguration
    managementPolicy 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.
    securityPolicy String
    tags List<Tag>
    certificateArn string
    domainName string
    endpointConfiguration DomainNameV2EndpointConfiguration
    managementPolicy 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.
    securityPolicy string
    tags Tag[]
    certificate_arn str
    domain_name str
    endpoint_configuration DomainNameV2EndpointConfigurationArgs
    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
    tags Sequence[TagArgs]
    certificateArn String
    domainName String
    endpointConfiguration Property Map
    managementPolicy 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.
    securityPolicy String
    tags List<Property Map>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DomainNameV2 resource produces the following output properties:

    DomainNameArn string
    The amazon resource name (ARN) of the domain name resource.
    DomainNameId string
    Id string
    The provider-assigned unique ID for this managed resource.
    DomainNameArn string
    The amazon resource name (ARN) of the domain name resource.
    DomainNameId string
    Id string
    The provider-assigned unique ID for this managed resource.
    domainNameArn String
    The amazon resource name (ARN) of the domain name resource.
    domainNameId String
    id String
    The provider-assigned unique ID for this managed resource.
    domainNameArn string
    The amazon resource name (ARN) of the domain name resource.
    domainNameId string
    id string
    The provider-assigned unique ID for this managed resource.
    domain_name_arn str
    The amazon resource name (ARN) of the domain name resource.
    domain_name_id str
    id str
    The provider-assigned unique ID for this managed resource.
    domainNameArn String
    The amazon resource name (ARN) of the domain name resource.
    domainNameId String
    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

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.11.0 published on Tuesday, Nov 26, 2024 by Pulumi