Interface CfnAttributeGroupAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAttributeGroupAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:50.486Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAttributeGroupAssociationPropsstatic final classAn 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
-