@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.713Z") @Stability(value=Stable) public interface CfnGroupProps 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.greengrass.*;
Object tags;
CfnGroupProps cfnGroupProps = CfnGroupProps.builder()
.name("name")
// the properties below are optional
.initialVersion(GroupVersionProperty.builder()
.connectorDefinitionVersionArn("connectorDefinitionVersionArn")
.coreDefinitionVersionArn("coreDefinitionVersionArn")
.deviceDefinitionVersionArn("deviceDefinitionVersionArn")
.functionDefinitionVersionArn("functionDefinitionVersionArn")
.loggerDefinitionVersionArn("loggerDefinitionVersionArn")
.resourceDefinitionVersionArn("resourceDefinitionVersionArn")
.subscriptionDefinitionVersionArn("subscriptionDefinitionVersionArn")
.build())
.roleArn("roleArn")
.tags(tags)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroupProps.Builder
A builder for
CfnGroupProps |
static class |
CfnGroupProps.Jsii$Proxy
An implementation for
CfnGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroupProps.Builder |
builder() |
default Object |
getInitialVersion()
`AWS::Greengrass::Group.InitialVersion`.
|
String |
getName()
`AWS::Greengrass::Group.Name`.
|
default String |
getRoleArn()
`AWS::Greengrass::Group.RoleArn`.
|
default Object |
getTags()
`AWS::Greengrass::Group.Tags`.
|
@Stability(value=Stable) @Nullable default Object getInitialVersion()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnGroupProps.Builder builder()
CfnGroupProps.Builder of CfnGroupPropsCopyright © 2021. All rights reserved.