Show / Hide Table of Contents

Class CfnAttributeGroupAssociationProps

Properties for defining a CfnAttributeGroupAssociation.

Inheritance
object
CfnAttributeGroupAssociationProps
Implements
ICfnAttributeGroupAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalogappregistry
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAttributeGroupAssociationProps : ICfnAttributeGroupAssociationProps
Syntax (vb)
Public Class CfnAttributeGroupAssociationProps Implements 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

Constructors

CfnAttributeGroupAssociationProps()

Properties for defining a CfnAttributeGroupAssociation.

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

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"
             };

Properties

Application

The name or ID of the application.

public string Application { get; set; }
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.

public string AttributeGroup { get; set; }
Property Value

string

Remarks

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

Implements

ICfnAttributeGroupAssociationProps
Back to top Generated by DocFX