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< ? securityGroupArns, Input<String> ?>List< ? subnetArns, Input<String> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? vpcEndpointId}) -
Creates a new AgentState.
activationKeyDataSync Agent activation key during resource creation. Conflicts withipAddress. If anipAddressis provided instead, the provider will retrieve theactivationKeyas part of the resource creation.arnARN of the DataSync Agent.ipAddressDataSync Agent IP address to retrieve activation key during resource creation. Conflicts withactivationKey. DataSync Agent must be accessible on port 80 from where the provider is running.nameName of the DataSync Agent.privateLinkEndpointThe IP address of the VPC endpoint the agent should connect to when retrieving an activation key during resource creation. Conflicts withactivationKey.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.securityGroupArnsThe ARNs of the security groups used to protect your data transfer task subnets.subnetArnsARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task.tagsKey-value pairs of resource tags to assign to the DataSync Agent. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.vpcEndpointIdID 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 anipAddressis provided instead, the provider will retrieve theactivationKeyas 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
-
Key-value pairs of resource tags to assign to the DataSync Agent. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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