1. Packages
  2. AWS Native
  3. API Docs
  4. servicecatalogappregistry
  5. ResourceAssociation

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.servicecatalogappregistry.ResourceAssociation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const resourceAssociationResource = new aws_native.servicecatalogappregistry.ResourceAssociation("resourceAssociationResource", {
        application: "string",
        resource: "string",
        resourceType: aws_native.servicecatalogappregistry.ResourceAssociationResourceType.CfnStack,
    });
    
    Coming soon!
    

    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

    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.AwsNative.ServiceCatalogAppRegistry.ResourceAssociationResourceType
    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 ResourceAssociationResourceType
    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 ResourceAssociationResourceType
    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 ResourceAssociationResourceType
    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 ResourceAssociationResourceType
    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
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceArn string
    ApplicationArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceArn string
    applicationArn String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceArn String
    applicationArn string
    id string
    The provider-assigned unique ID for this managed resource.
    resourceArn string
    application_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    resource_arn str
    applicationArn String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceArn String

    Supporting Types

    ResourceAssociationResourceType, ResourceAssociationResourceTypeArgs

    CfnStack
    CFN_STACK
    ResourceAssociationResourceTypeCfnStack
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi