| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicecatalogappregistry |
AWS::ServiceCatalogAppRegistry Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAttributeGroup.Builder |
CfnAttributeGroup.Builder.attributes(Object attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
|
static CfnAttributeGroup.Builder |
CfnAttributeGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnAttributeGroup.Builder |
CfnAttributeGroup.Builder.description(String description)
The description of the attribute group that the user provides.
|
CfnAttributeGroup.Builder |
CfnAttributeGroup.Builder.name(String name)
The name of the attribute group.
|
CfnAttributeGroup.Builder |
CfnAttributeGroup.Builder.tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
Copyright © 2022. All rights reserved.