AgentState constructor
- Input<
String?> ? activationKey, - Input<
String?> ? arn, - Input<
String?> ? ipAddress, - Input<
String?> ? name, - Input<
String?> ? privateLinkEndpoint, - Input<
String?> ? region, - Input<
List< ? securityGroupArns,String> ?> - Input<
List< ? subnetArns,String> ?> - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
String?> ? vpcEndpointId,
Creates a new AgentState.
activationKey DataSync Agent activation key during resource creation. Conflicts with ipAddress. If an ipAddress is provided instead, the provider will retrieve the activationKey as part of the resource creation.
arn ARN of the DataSync Agent.
ipAddress DataSync Agent IP address to retrieve activation key during resource creation. Conflicts with activationKey. DataSync Agent must be accessible on port 80 from where the provider is running.
name Name of the DataSync Agent.
privateLinkEndpoint The IP address of the VPC endpoint the agent should connect to when retrieving an activation key during resource creation. Conflicts with activationKey.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
securityGroupArns The ARNs of the security groups used to protect your data transfer task subnets.
subnetArns ARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task.
tags Key-value pairs of resource tags to assign to the DataSync Agent. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
vpcEndpointId ID of the VPC endpoint that the agent has access to.
Implementation
const AgentState({
this.activationKey,
this.arn,
this.ipAddress,
this.name,
this.privateLinkEndpoint,
this.region,
this.securityGroupArns,
this.subnetArns,
this.tags,
this.tagsAll,
this.vpcEndpointId,
});