Show / Hide Table of Contents

Class CfnAttributeGroupAssociation

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnAttributeGroupAssociation
Implements
IInspectable
IAttributeGroupAssociationRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.Servicecatalogappregistry
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAttributeGroupAssociation : CfnResource, IInspectable, IAttributeGroupAssociationRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnAttributeGroupAssociation Inherits CfnResource Implements IInspectable, IAttributeGroupAssociationRef, IConstruct, IDependable, IEnvironmentAware
Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

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 cfnAttributeGroupAssociation = new CfnAttributeGroupAssociation(this, "MyCfnAttributeGroupAssociation", new CfnAttributeGroupAssociationProps {
                 Application = "application",
                 AttributeGroup = "attributeGroup"
             });

Synopsis

Constructors

CfnAttributeGroupAssociation(Construct, string, ICfnAttributeGroupAssociationProps)

Create a new AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.

Properties

Application

The name or ID of the application.

AttrApplicationArn

The Amazon resource name (ARN) of the application that was augmented with attributes.

AttrAttributeGroupArn

The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.

AttrId

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

AttributeGroup

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

AttributeGroupAssociationRef

A reference to a AttributeGroupAssociation resource.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

CfnPropertyNames

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnAttributeGroupAssociation(object)

Checks whether the given object is a CfnAttributeGroupAssociation.

RenderProperties(IDictionary<string, object>)

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

Constructors

CfnAttributeGroupAssociation(Construct, string, ICfnAttributeGroupAssociationProps)

Create a new AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.

public CfnAttributeGroupAssociation(Construct scope, string id, ICfnAttributeGroupAssociationProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnAttributeGroupAssociationProps

Resource properties.

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

Properties

Application

The name or ID of the application.

public virtual string Application { get; set; }
Property Value

string

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

AttrApplicationArn

The Amazon resource name (ARN) of the application that was augmented with attributes.

public virtual string AttrApplicationArn { get; }
Property Value

string

Remarks

CloudformationAttribute: ApplicationArn

AttrAttributeGroupArn

The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.

public virtual string AttrAttributeGroupArn { get; }
Property Value

string

Remarks

CloudformationAttribute: AttributeGroupArn

AttrId

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

AttributeGroup

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

public virtual string AttributeGroup { get; set; }
Property Value

string

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

AttributeGroupAssociationRef

A reference to a AttributeGroupAssociation resource.

public virtual IAttributeGroupAssociationReference AttributeGroupAssociationRef { get; }
Property Value

IAttributeGroupAssociationReference

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

CfnProperties

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

CfnPropertyNames

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

IsCfnAttributeGroupAssociation(object)

Checks whether the given object is a CfnAttributeGroupAssociation.

public static bool IsCfnAttributeGroupAssociation(object x)
Parameters
x object
Returns

bool

Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Associates an attribute group with an application to augment the application's metadata with the group's attributes.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

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

CloudformationResource: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ExampleMetadata: fixture=_generated

Implements

IInspectable
IAttributeGroupAssociationRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX