@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:52.910Z")
public interface CfnAttributeGroupProps
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.*; Object attributes; CfnAttributeGroupProps cfnAttributeGroupProps = CfnAttributeGroupProps.builder() .attributes(attributes) .name("name") // the properties below are optional .description("description") .tags(Map.of( "tagsKey", "tags")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAttributeGroupProps.Builder
A builder for
CfnAttributeGroupProps |
static class |
CfnAttributeGroupProps.Jsii$Proxy
An implementation for
CfnAttributeGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnAttributeGroupProps.Builder |
builder() |
java.lang.Object |
getAttributes()
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.
|
default java.lang.String |
getDescription()
The description of the attribute group that the user provides.
|
java.lang.String |
getName()
The name of the attribute group.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
Key-value pairs you can use to associate with the attribute group.
|
java.lang.Object getAttributes()
java.lang.String getName()
default java.lang.String getDescription()
default java.util.Map<java.lang.String,java.lang.String> getTags()
static CfnAttributeGroupProps.Builder builder()
CfnAttributeGroupProps.Builder
of CfnAttributeGroupProps