Interface CfnAttributeGroupAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAttributeGroupAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:35.766Z")
@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();
-
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 that holds the attributes to describe the application.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
The name or ID of the application. -
getAttributeGroup
The name or ID of the attribute group that holds the attributes to describe the application. -
builder
-