Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnAgentPropsMixin.Builder
Packages that use CfnAgentPropsMixin.Builder
-
Uses of CfnAgentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datasync
Methods in software.amazon.awscdk.cfnpropertymixins.services.datasync that return CfnAgentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAgentPropsMixin.Builder.activationKey(String activationKey) Specifies your DataSync agent's activation key.Specifies a name for your agent.static CfnAgentPropsMixin.BuilderCfnAgentPropsMixin.Builder.create()static CfnAgentPropsMixin.BuilderCfnAgentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAgentPropsMixin.Builder.securityGroupArns(List<String> securityGroupArns) The Amazon Resource Names (ARNs) of the security groups used to protect your data transfer task subnets.CfnAgentPropsMixin.Builder.subnetArns(List<String> subnetArns) Specifies the ARN of the subnet where your VPC service endpoint is located.Specifies labels that help you categorize, filter, and search for your AWS resources.CfnAgentPropsMixin.Builder.vpcEndpointId(String vpcEndpointId) The ID of the virtual private cloud (VPC) endpoint that the agent has access to.