We recommend new projects start with resources from the AWS provider.
aws-native.apigateway.DomainNameAccessAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::ApiGateway::DomainNameAccessAssociation.
Create DomainNameAccessAssociation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DomainNameAccessAssociation(name: string, args: DomainNameAccessAssociationArgs, opts?: CustomResourceOptions);
@overload
def DomainNameAccessAssociation(resource_name: str,
args: DomainNameAccessAssociationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DomainNameAccessAssociation(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_association_source: Optional[str] = None,
access_association_source_type: Optional[DomainNameAccessAssociationAccessAssociationSourceType] = None,
domain_name_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
func NewDomainNameAccessAssociation(ctx *Context, name string, args DomainNameAccessAssociationArgs, opts ...ResourceOption) (*DomainNameAccessAssociation, error)
public DomainNameAccessAssociation(string name, DomainNameAccessAssociationArgs args, CustomResourceOptions? opts = null)
public DomainNameAccessAssociation(String name, DomainNameAccessAssociationArgs args)
public DomainNameAccessAssociation(String name, DomainNameAccessAssociationArgs args, CustomResourceOptions options)
type: aws-native:apigateway:DomainNameAccessAssociation
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 DomainNameAccessAssociationArgs
- 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 DomainNameAccessAssociationArgs
- 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 DomainNameAccessAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainNameAccessAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainNameAccessAssociationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DomainNameAccessAssociation 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 DomainNameAccessAssociation resource accepts the following input properties:
- Access
Association stringSource - The source of the domain name access association resource.
- Access
Association Pulumi.Source Type Aws Native. Api Gateway. Domain Name Access Association Access Association Source Type - The source type of the domain name access association resource.
- Domain
Name stringArn - The amazon resource name (ARN) of the domain name resource.
- List<Pulumi.
Aws Native. Inputs. Create Only Tag> - An array of arbitrary tags (key-value pairs) to associate with the domainname access association.
- Access
Association stringSource - The source of the domain name access association resource.
- Access
Association DomainSource Type Name Access Association Access Association Source Type - The source type of the domain name access association resource.
- Domain
Name stringArn - The amazon resource name (ARN) of the domain name resource.
- Create
Only Tag Args - An array of arbitrary tags (key-value pairs) to associate with the domainname access association.
- access
Association StringSource - The source of the domain name access association resource.
- access
Association DomainSource Type Name Access Association Access Association Source Type - The source type of the domain name access association resource.
- domain
Name StringArn - The amazon resource name (ARN) of the domain name resource.
- List<Create
Only Tag> - An array of arbitrary tags (key-value pairs) to associate with the domainname access association.
- access
Association stringSource - The source of the domain name access association resource.
- access
Association DomainSource Type Name Access Association Access Association Source Type - The source type of the domain name access association resource.
- domain
Name stringArn - The amazon resource name (ARN) of the domain name resource.
- Create
Only Tag[] - An array of arbitrary tags (key-value pairs) to associate with the domainname access association.
- access_
association_ strsource - The source of the domain name access association resource.
- access_
association_ Domainsource_ type Name Access Association Access Association Source Type - The source type of the domain name access association resource.
- domain_
name_ strarn - The amazon resource name (ARN) of the domain name resource.
- Sequence[Create
Only Tag Args] - An array of arbitrary tags (key-value pairs) to associate with the domainname access association.
- access
Association StringSource - The source of the domain name access association resource.
- access
Association "VPCE"Source Type - The source type of the domain name access association resource.
- domain
Name StringArn - The amazon resource name (ARN) of the domain name resource.
- List<Property Map>
- An array of arbitrary tags (key-value pairs) to associate with the domainname access association.
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainNameAccessAssociation resource produces the following output properties:
- Domain
Name stringAccess Association Arn - The amazon resource name (ARN) of the domain name access association resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Domain
Name stringAccess Association Arn - The amazon resource name (ARN) of the domain name access association resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- domain
Name StringAccess Association Arn - The amazon resource name (ARN) of the domain name access association resource.
- id String
- The provider-assigned unique ID for this managed resource.
- domain
Name stringAccess Association Arn - The amazon resource name (ARN) of the domain name access association resource.
- id string
- The provider-assigned unique ID for this managed resource.
- domain_
name_ straccess_ association_ arn - The amazon resource name (ARN) of the domain name access association resource.
- id str
- The provider-assigned unique ID for this managed resource.
- domain
Name StringAccess Association Arn - The amazon resource name (ARN) of the domain name access association resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
CreateOnlyTag, CreateOnlyTagArgs
DomainNameAccessAssociationAccessAssociationSourceType, DomainNameAccessAssociationAccessAssociationSourceTypeArgs
- Vpce
- VPCE
- Domain
Name Access Association Access Association Source Type Vpce - VPCE
- Vpce
- VPCE
- Vpce
- VPCE
- VPCE
- VPCE
- "VPCE"
- VPCE
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.