WorkteamWorkerAccessConfigurationS3Presign class

Constructors

WorkteamWorkerAccessConfigurationS3Presign({Input<WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints?>? iamPolicyConstraints})
Creates a new WorkteamWorkerAccessConfigurationS3Presign. iamPolicyConstraints Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp. see IAM Policy Constraints details below.
const
WorkteamWorkerAccessConfigurationS3Presign.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iamPolicyConstraints → Input<WorkteamWorkerAccessConfigurationS3PresignIamPolicyConstraints?>?
Use this parameter to specify the allowed request source. Possible sources are either SourceIp or VpcSourceIp. see IAM Policy Constraints details below.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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