Interface CfnAttributeGroupAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAttributeGroupAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:56:06.157Z")
@Stability(Stable)
public interface CfnAttributeGroupAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnAttributeGroupAssociation
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.servicecatalogappregistry.*; CfnAttributeGroupAssociationProps cfnAttributeGroupAssociationProps = CfnAttributeGroupAssociationProps.builder() .application("application") .attributeGroup("attributeGroup") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAttributeGroupAssociationProps
static final class
An implementation forCfnAttributeGroupAssociationProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name or ID of the application.The name or ID of the attribute group which holds the attributes that describe the application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
The name or ID of the application.- See Also:
-
getAttributeGroup
The name or ID of the attribute group which holds the attributes that describe the application.- See Also:
-
builder
-