Show / Hide Table of Contents

Interface ICfnResourceAssociationProps

Properties for defining a CfnResourceAssociation.

Namespace: Amazon.CDK.AWS.Servicecatalogappregistry
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnResourceAssociationProps
Syntax (vb)
Public Interface ICfnResourceAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Servicecatalogappregistry;

             var cfnResourceAssociationProps = new CfnResourceAssociationProps {
                 Application = "application",
                 Resource = "resource",
                 ResourceType = "resourceType"
             };

Synopsis

Properties

Application

The name or ID of the application.

Resource

The name or ID of the resource of which the application will be associated.

ResourceType

The type of resource of which the application will be associated.

Properties

Application

The name or ID of the application.

string Application { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html#cfn-servicecatalogappregistry-resourceassociation-application

Resource

The name or ID of the resource of which the application will be associated.

string Resource { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html#cfn-servicecatalogappregistry-resourceassociation-resource

ResourceType

The type of resource of which the application will be associated.

string ResourceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html#cfn-servicecatalogappregistry-resourceassociation-resourcetype

Back to top Generated by DocFX