Show / Hide Table of Contents

Interface ICfnAttributeGroupAssociationProps

Properties for defining a CfnAttributeGroupAssociation.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.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 cfnAttributeGroupAssociationProps = new CfnAttributeGroupAssociationProps {
                 Application = "application",
                 AttributeGroup = "attributeGroup"
             };

Synopsis

Properties

Application

The name or ID of the application.

AttributeGroup

The name or ID of the attribute group which holds the attributes that describe the application.

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-attributegroupassociation.html#cfn-servicecatalogappregistry-attributegroupassociation-application

AttributeGroup

The name or ID of the attribute group which holds the attributes that describe the application.

string AttributeGroup { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX