@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.928Z") @Stability(value=Stable) public interface CfnEnvironmentProps 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.refactorspaces.*;
CfnEnvironmentProps cfnEnvironmentProps = CfnEnvironmentProps.builder()
.description("description")
.name("name")
.networkFabricType("networkFabricType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironmentProps.Builder
A builder for
CfnEnvironmentProps |
static class |
CfnEnvironmentProps.Jsii$Proxy
An implementation for
CfnEnvironmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironmentProps.Builder |
builder() |
default String |
getDescription()
`AWS::RefactorSpaces::Environment.Description`.
|
default String |
getName()
`AWS::RefactorSpaces::Environment.Name`.
|
default String |
getNetworkFabricType()
`AWS::RefactorSpaces::Environment.NetworkFabricType`.
|
default List<CfnTag> |
getTags()
`AWS::RefactorSpaces::Environment.Tags`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getNetworkFabricType()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnEnvironmentProps.Builder builder()
CfnEnvironmentProps.Builder of CfnEnvironmentPropsCopyright © 2021. All rights reserved.