Class CfnAttributeGroupAssociationProps
Properties for defining a CfnAttributeGroupAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalogappregistry
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAttributeGroupAssociationProps : ICfnAttributeGroupAssociationProps
Syntax (vb)
Public Class CfnAttributeGroupAssociationProps Implements 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
Constructors
| CfnAttributeGroupAssociationProps() | Properties for defining a |
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. |
Constructors
CfnAttributeGroupAssociationProps()
Properties for defining a CfnAttributeGroupAssociation.
public CfnAttributeGroupAssociationProps()
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"
};
Properties
Application
The name or ID of the application.
public string Application { get; set; }
Property Value
Remarks
AttributeGroup
The name or ID of the attribute group which holds the attributes that describe the application.
public string AttributeGroup { get; set; }