AgentState class

Input properties used for looking up and filtering Agent resources.

Constructors

AgentState({Input<String?>? activationKey, Input<String?>? arn, Input<String?>? ipAddress, Input<String?>? name, Input<String?>? privateLinkEndpoint, Input<String?>? region, Input<List<String>?>? securityGroupArns, Input<List<String>?>? subnetArns, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, 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.
const
AgentState.fromMap(Map<String, dynamic> map)
factory

Properties

activationKey → Input<String?>?
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.
final
arn → Input<String?>?
ARN of the DataSync Agent.
final
hashCode int
The hash code for this object.
no setterinherited
ipAddress → Input<String?>?
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.
final
name → Input<String?>?
Name of the DataSync Agent.
final
privateLinkEndpoint → Input<String?>?
The IP address of the VPC endpoint the agent should connect to when retrieving an activation key during resource creation. Conflicts with activationKey.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupArns → Input<List<String>?>?
The ARNs of the security groups used to protect your data transfer task subnets.
final
subnetArns → Input<List<String>?>?
ARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task.
final
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
vpcEndpointId → Input<String?>?
ID of the VPC endpoint that the agent has access to.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited