@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.927Z") @Stability(value=Stable) public interface CfnAttributeGroupAssociationProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAttributeGroupAssociationProps.Builder
A builder for
CfnAttributeGroupAssociationProps |
static class |
CfnAttributeGroupAssociationProps.Jsii$Proxy
An implementation for
CfnAttributeGroupAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAttributeGroupAssociationProps.Builder |
builder() |
String |
getApplication()
`AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.Application`.
|
String |
getAttributeGroup()
`AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.AttributeGroup`.
|
@Stability(value=Stable) @NotNull String getApplication()
@Stability(value=Stable) @NotNull String getAttributeGroup()
@Stability(value=Stable) static CfnAttributeGroupAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.