Show / Hide Table of Contents

Class CfnResourceAssociationProps

Properties for defining a CfnResourceAssociation.

Inheritance
object
CfnResourceAssociationProps
Implements
ICfnResourceAssociationProps
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 CfnResourceAssociationProps : ICfnResourceAssociationProps
Syntax (vb)
Public Class CfnResourceAssociationProps Implements ICfnResourceAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.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 cfnResourceAssociationProps = new CfnResourceAssociationProps {
                 Application = "application",
                 Resource = "resource",
                 ResourceType = "resourceType"
             };

Synopsis

Constructors

CfnResourceAssociationProps()

Properties for defining a CfnResourceAssociation.

Properties

Application

The name or ID of the application.

Resource

The name or ID of the resource of which the application will be associated.

ResourceType

The type of resource of which the application will be associated.

Constructors

CfnResourceAssociationProps()

Properties for defining a CfnResourceAssociation.

public CfnResourceAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.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 cfnResourceAssociationProps = new CfnResourceAssociationProps {
                 Application = "application",
                 Resource = "resource",
                 ResourceType = "resourceType"
             };

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

Resource

The name or ID of the resource of which the application will be associated.

public string Resource { get; set; }
Property Value

string

Remarks

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

ResourceType

The type of resource of which the application will be associated.

public string ResourceType { get; set; }
Property Value

string

Remarks

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

Implements

ICfnResourceAssociationProps
Back to top Generated by DocFX