| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAgent.Builder |
CfnAgent.Builder.activationKey(String activationKey)
Your agent activation key.
|
CfnAgent.Builder |
CfnAgent.Builder.agentName(String agentName)
The name you configured for your agent.
|
static CfnAgent.Builder |
CfnAgent.Builder.create(software.constructs.Construct scope,
String id) |
CfnAgent.Builder |
CfnAgent.Builder.securityGroupArns(List<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups used to protect your data transfer task subnets.
|
CfnAgent.Builder |
CfnAgent.Builder.subnetArns(List<String> subnetArns)
The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task.
|
CfnAgent.Builder |
CfnAgent.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CfnAgent.Builder |
CfnAgent.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the virtual private cloud (VPC) endpoint that the agent has access to.
|
Copyright © 2022. All rights reserved.