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
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
Remarks
AttributeGroup
The name or ID of the attribute group which holds the attributes that describe the application.
string AttributeGroup { get; }