We recommend new projects start with resources from the AWS provider.
aws-native.servicecatalogappregistry.ResourceAssociation
We recommend new projects start with resources from the AWS provider.
Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation
Create ResourceAssociation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ResourceAssociation(name: string, args: ResourceAssociationArgs, opts?: CustomResourceOptions);@overload
def ResourceAssociation(resource_name: str,
                        args: ResourceAssociationArgs,
                        opts: Optional[ResourceOptions] = None)
@overload
def ResourceAssociation(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        application: Optional[str] = None,
                        resource: Optional[str] = None,
                        resource_type: Optional[ResourceAssociationResourceType] = None)func NewResourceAssociation(ctx *Context, name string, args ResourceAssociationArgs, opts ...ResourceOption) (*ResourceAssociation, error)public ResourceAssociation(string name, ResourceAssociationArgs args, CustomResourceOptions? opts = null)
public ResourceAssociation(String name, ResourceAssociationArgs args)
public ResourceAssociation(String name, ResourceAssociationArgs args, CustomResourceOptions options)
type: aws-native:servicecatalogappregistry:ResourceAssociation
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 ResourceAssociationArgs
- 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 ResourceAssociationArgs
- 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 ResourceAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResourceAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ResourceAssociationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ResourceAssociation 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 ResourceAssociation resource accepts the following input properties:
- Application string
- The name or the Id of the Application.
- Resource string
- The name or the Id of the Resource.
- ResourceType Pulumi.Aws Native. Service Catalog App Registry. Resource Association Resource Type 
- The type of the CFN Resource for now it's enum CFN_STACK.
- Application string
- The name or the Id of the Application.
- Resource string
- The name or the Id of the Resource.
- ResourceType ResourceAssociation Resource Type 
- The type of the CFN Resource for now it's enum CFN_STACK.
- application String
- The name or the Id of the Application.
- resource String
- The name or the Id of the Resource.
- resourceType ResourceAssociation Resource Type 
- The type of the CFN Resource for now it's enum CFN_STACK.
- application string
- The name or the Id of the Application.
- resource string
- The name or the Id of the Resource.
- resourceType ResourceAssociation Resource Type 
- The type of the CFN Resource for now it's enum CFN_STACK.
- application str
- The name or the Id of the Application.
- resource str
- The name or the Id of the Resource.
- resource_type ResourceAssociation Resource Type 
- The type of the CFN Resource for now it's enum CFN_STACK.
- application String
- The name or the Id of the Application.
- resource String
- The name or the Id of the Resource.
- resourceType "CFN_STACK"
- The type of the CFN Resource for now it's enum CFN_STACK.
Outputs
All input properties are implicitly available as output properties. Additionally, the ResourceAssociation resource produces the following output properties:
- ApplicationArn string
- The Amazon resource name (ARN) that specifies the application.
- Id string
- The provider-assigned unique ID for this managed resource.
- ResourceArn string
- The Amazon resource name (ARN) that specifies the resource.
- ApplicationArn string
- The Amazon resource name (ARN) that specifies the application.
- Id string
- The provider-assigned unique ID for this managed resource.
- ResourceArn string
- The Amazon resource name (ARN) that specifies the resource.
- applicationArn String
- The Amazon resource name (ARN) that specifies the application.
- id String
- The provider-assigned unique ID for this managed resource.
- resourceArn String
- The Amazon resource name (ARN) that specifies the resource.
- applicationArn string
- The Amazon resource name (ARN) that specifies the application.
- id string
- The provider-assigned unique ID for this managed resource.
- resourceArn string
- The Amazon resource name (ARN) that specifies the resource.
- application_arn str
- The Amazon resource name (ARN) that specifies the application.
- id str
- The provider-assigned unique ID for this managed resource.
- resource_arn str
- The Amazon resource name (ARN) that specifies the resource.
- applicationArn String
- The Amazon resource name (ARN) that specifies the application.
- id String
- The provider-assigned unique ID for this managed resource.
- resourceArn String
- The Amazon resource name (ARN) that specifies the resource.
Supporting Types
ResourceAssociationResourceType, ResourceAssociationResourceTypeArgs        
- CfnStack 
- CFN_STACK
- ResourceAssociation Resource Type Cfn Stack 
- CFN_STACK
- CfnStack 
- CFN_STACK
- CfnStack 
- CFN_STACK
- CFN_STACK
- CFN_STACK
- "CFN_STACK"
- CFN_STACK
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
