@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.757Z") @Stability(value=Stable) public interface CfnAgentProps 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.datasync.*;
CfnAgentProps cfnAgentProps = CfnAgentProps.builder()
.activationKey("activationKey")
// the properties below are optional
.agentName("agentName")
.securityGroupArns(List.of("securityGroupArns"))
.subnetArns(List.of("subnetArns"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcEndpointId("vpcEndpointId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAgentProps.Builder
A builder for
CfnAgentProps |
static class |
CfnAgentProps.Jsii$Proxy
An implementation for
CfnAgentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAgentProps.Builder |
builder() |
String |
getActivationKey()
`AWS::DataSync::Agent.ActivationKey`.
|
default String |
getAgentName()
`AWS::DataSync::Agent.AgentName`.
|
default List<String> |
getSecurityGroupArns()
`AWS::DataSync::Agent.SecurityGroupArns`.
|
default List<String> |
getSubnetArns()
`AWS::DataSync::Agent.SubnetArns`.
|
default List<CfnTag> |
getTags()
`AWS::DataSync::Agent.Tags`.
|
default String |
getVpcEndpointId()
`AWS::DataSync::Agent.VpcEndpointId`.
|
@Stability(value=Stable) @NotNull String getActivationKey()
@Stability(value=Stable) @Nullable default String getAgentName()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupArns()
@Stability(value=Stable) @Nullable default List<String> getSubnetArns()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getVpcEndpointId()
@Stability(value=Stable) static CfnAgentProps.Builder builder()
CfnAgentProps.Builder of CfnAgentPropsCopyright © 2021. All rights reserved.