Class CfnResourceAssociationProps
Properties for defining a CfnResourceAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalogappregistry
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResourceAssociationProps : ICfnResourceAssociationProps
Syntax (vb)
Public Class CfnResourceAssociationProps Implements ICfnResourceAssociationProps
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 cfnResourceAssociationProps = new CfnResourceAssociationProps {
Application = "application",
Resource = "resource",
ResourceType = "resourceType"
};
Synopsis
Constructors
| CfnResourceAssociationProps() | Properties for defining a |
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
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
Remarks
Resource
The name or ID of the resource of which the application will be associated.
public string Resource { get; set; }
Property Value
Remarks
ResourceType
The type of resource of which the application will be associated.
public string ResourceType { get; set; }