Connects to Amazon Web Services (AWS) and provides a scope for other AWS activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AccessKeyId | In | InArgument<String> |
|||
| SecretAccessKey | In | InArgument<Security.SecureString> |
|||
| TemporarySessionToken | In | InArgument<Security.SecureString> |
|||
| Region | In | InArgument<String> |
✓ |
Copies an object to another bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SourceObject | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
✓ | ||
| SourceObjectVersionId | In | InArgument<String> |
|||
| DestinationBucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| DestinationObjectKeyName | In | InArgument<String> |
✓ | ||
| DestinationObject | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes multiple objects at once.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| ObjectsKeysAndVersionsIds | In | InArgument<Data.DataTable> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Object | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
✓ | ||
| VersionId | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Downloads an object to a specified file.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Object | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
✓ | ||
| ObjectVersionID | In | InArgument<String> |
|||
| Folder | In | InArgument<String> |
|||
| FileName | In | InArgument<String> |
|||
| Overwrite | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| CreateSubfolderStructure | In | InArgument<Boolean> |
|||
| FilePath | Out | OutArgument<String> |
|||
| File | Out | OutArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each object in a specified bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| IncludeVersionsInfo | In | InArgument<Boolean> |
|||
| Prefix | In | InArgument<String> |
|||
| TagKey | In | InArgument<String> |
|||
| TagValue | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SkipFolders | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of the specified object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| ObjectKeyName | In | InArgument<String> |
✓ | ||
| IncludeVersions | In | InArgument<Boolean> |
|||
| Object | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the access control list (ACL) permissions for an object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Object | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
✓ | ||
| Permissions | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3ObjectACL[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Moves an object to another bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SourceObject | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
✓ | ||
| SourceObjectVersionId | In | InArgument<String> |
|||
| DestinationBucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| DestinationObjectKeyName | In | InArgument<String> |
✓ | ||
| DestinationObject | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the access control list (ACL) permissions for an object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Object | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
✓ | ||
| Permissions | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3ObjectACL[]> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Uploads an entire folder to a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| Folder | In | InArgument<String> |
✓ | ||
| IncludeSubFolders | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| Prefix | In | InArgument<String> |
|||
| StorageClass | In | InArgument<UiPath.Core.S3ObjectStorageType> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Encryption | In | InArgument<UiPath.Core.AWSEncryptionMethod> |
✓ | ||
| EncryptionKey | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Uploads a file to a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| ObjectKeyName | In | InArgument<String> |
✓ | ||
| FileToUpload | In | InArgument<String> |
|||
| FileResourceToUpload | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| ContentType | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| StorageClass | In | InArgument<UiPath.Core.S3ObjectStorageType> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Permissions | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3ObjectACL[]> |
|||
| Encryption | In | InArgument<UiPath.Core.AWSEncryptionMethod> |
✓ | ||
| EncryptionKey | In | InArgument<String> |
|||
| Object | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Object> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Configures the logging settings for the bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| EnableServerAccessLogging | In | InArgument<Boolean> |
✓ | ||
| TargetBucketName | In | InArgument<String> |
|||
| TargetPrefix | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Configures the public access for a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| BlockPublicAcls | In | InArgument<Boolean> |
|||
| IgnorePublicAcls | In | InArgument<Boolean> |
|||
| BlockPublicPolicy | In | InArgument<Boolean> |
|||
| RestrictPublicBuckets | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new S3 bucket. All public access to this bucket will be blocked by default.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| KeyName | In | InArgument<String> |
✓ | ||
| EnableVersioning | In | InArgument<Boolean> |
✓ | ||
| EnableObjectLock | In | InArgument<Boolean> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| DefaultEncryption | In | InArgument<UiPath.Core.AWSEncryptionMethod> |
✓ | ||
| AWSEncryptionKey | In | InArgument<String> |
|||
| Bucket | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the current bucket policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes all the content of a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about a specific bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BucketName | In | InArgument<String> |
✓ | ||
| IncludeDetails | In | InArgument<Boolean> |
|||
| Bucket | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
|||
| BucketDetails | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3BucketDetails> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the list of buckets in a specific region.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Region | In | InArgument<String> |
✓ | ||
| TagKey | In | InArgument<String> |
|||
| TagValue | In | InArgument<String> |
|||
| BucketList | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the bucket policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| BucketPolicy | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the bucket policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| BucketPolicy | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the properties of an existing bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.AmazonWebServices.Models.AWSS3Bucket> |
✓ | ||
| EnableVersioning | In | InArgument<Boolean> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| DefaultEncryption | In | InArgument<UiPath.Core.AWSEncryptionMethod> |
✓ | ||
| AWSEncryptionKey | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Changes the password for the specified IAM user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| NewPassword | In | InArgument<String> |
|||
| NewSecurePassword | In | InArgument<Security.SecureString> |
|||
| ForcePasswordChange | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new IAM user for the current AWS account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Path | In | InArgument<String> |
|||
| PermissionsBoundaryArn | In | InArgument<String> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| ForcePasswordChange | In | InArgument<Boolean> |
|||
| GenerateAwsAccessKeys | In | InArgument<Boolean> |
|||
| User | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMUser> |
|||
| AwsAccessKeyId | Out | OutArgument<String> |
|||
| AwsSecretAccessKey | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified IAM user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| RemoveAllAttachedEntities | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each IAM user in the current AWS account that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PathPrefix | In | InArgument<String> |
|||
| RetrieveTags | In | InArgument<Boolean> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each IAM group that the specified IAM user belongs to.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserName | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each IAM user that is in the specified IAM group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupName | In | InArgument<String> |
✓ | ||
| RetrieveTags | In | InArgument<Boolean> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about the specified IAM user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| User | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMUser> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified IAM user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| NewName | In | InArgument<String> |
|||
| NewPath | In | InArgument<String> |
|||
| DeletePermissionsBoundary | In | InArgument<Boolean> |
|||
| NewPermissionsBoundaryArn | In | InArgument<String> |
|||
| TagsToRemove | In | InArgument<String[]> |
|||
| TagsToAdd | In | InArgument<Data.DataTable> |
|||
| User | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMUser> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds the specified IAM role to the specified instance profile. An instance profile can contain only one role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RoleName | In | InArgument<String> |
✓ | ||
| InstanceProfileName | In | InArgument<String> |
✓ | ||
| RemoveExistingRole | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new IAM role for the current AWS account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AssumeRolePolicyDocument | In | InArgument<String> |
✓ | ||
| Description | In | InArgument<String> |
|||
| MaxSessionDuration | In | InArgument<Nullable<Int32>> |
|||
| Name | In | InArgument<String> |
✓ | ||
| Path | In | InArgument<String> |
|||
| PermissionsBoundaryArn | In | InArgument<String> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Role | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMRole> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified IAM role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| RemoveAllAttachedEntities | In | InArgument<Boolean> |
|||
| DeleteDefaultInstanceProfile | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each IAM role in the current AWS account that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PathPrefix | In | InArgument<String> |
|||
| RetrieveTags | In | InArgument<Boolean> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about the specified IAM role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Role | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMRole> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes the specified IAM role from the specified instance profile.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RoleName | In | InArgument<String> |
✓ | ||
| InstanceProfileName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified IAM role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| NewDescription | In | InArgument<String> |
|||
| NewMaxSessionDuration | In | InArgument<Int32> |
|||
| DeletePermissionsBoundary | In | InArgument<Boolean> |
|||
| NewPermissionsBoundaryArn | In | InArgument<String> |
|||
| TagsToRemove | In | InArgument<String[]> |
|||
| TagsToAdd | In | InArgument<Data.DataTable> |
|||
| Role | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMRole> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds, updates or removes the specified inline policy document to / from the specified IAM identity (group, role, or user).
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Action | In | InArgument<UiPath.Core.InlinePolicyAction> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| Type | In | InArgument<UiPath.Core.IAMIdentityType> |
✓ | ||
| PolicyName | In | InArgument<String> |
✓ | ||
| PolicyDocument | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Attaches or detaches the specified managed policy to / from the specified IAM identity (group, role, or user).
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Action | In | InArgument<UiPath.Core.ManagedPolicyAction> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| Type | In | InArgument<UiPath.Core.IAMIdentityType> |
✓ | ||
| PolicyArn | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new managed policy for the current AWS account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Document | In | InArgument<String> |
✓ | ||
| Description | In | InArgument<String> |
|||
| Path | In | InArgument<String> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| ManagedPolicy | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMManagedPolicy> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified managed policy, including all versions of the policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PolicyArn | In | InArgument<String> |
✓ | ||
| DetachPolicyFromIAMIdentities | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each managed policy in the current AWS account that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PathPrefix | In | InArgument<String> |
|||
| PolicyUsage | In | InArgument<UiPath.Core.IAMPolicyUsage> |
|||
| OnlyAttached | In | InArgument<Boolean> |
|||
| Scope | In | InArgument<UiPath.Core.IAMPolicyScope> |
|||
| IncludeVersions | In | InArgument<Boolean> |
|||
| RetrieveTags | In | InArgument<Boolean> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the inline policies that are embedded in the specified IAM identity (group, role, or user).
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Type | In | InArgument<UiPath.Core.IAMIdentityType> |
✓ | ||
| InlinePolicies | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMInlinePolicy[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the managed policies that are attached to the specified IAM identity (group, role, or user).
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PolicyPathPrefix | In | InArgument<String> |
|||
| Name | In | InArgument<String> |
✓ | ||
| Type | In | InArgument<UiPath.Core.IAMIdentityType> |
✓ | ||
| ManagedPolicies | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMManagedPolicyBasic[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the IAM identities (group, role, or user) that the specified managed policy is attached to.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PolicyArn | In | InArgument<String> |
✓ | ||
| IdentityType | In | InArgument<UiPath.Core.IAMIdentityTypeExtended> |
|||
| IdentityPathPrefix | In | InArgument<String> |
|||
| PolicyUsage | In | InArgument<UiPath.Core.IAMPolicyUsage> |
|||
| GroupNames | Out | OutArgument<String[]> |
|||
| RoleNames | Out | OutArgument<String[]> |
|||
| UserNames | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about the specified managed policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PolicyArn | In | InArgument<String> |
✓ | ||
| IncludeVersions | In | InArgument<Boolean> |
|||
| ManagedPolicy | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMManagedPolicy> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified managed policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PolicyArn | In | InArgument<String> |
✓ | ||
| TagsToRemove | In | InArgument<String[]> |
|||
| TagsToAdd | In | InArgument<Data.DataTable> |
|||
| NewVersionPolicyDocument | In | InArgument<String> |
|||
| VersionToRemove | In | InArgument<String> |
|||
| VersionToSetAsDefault | In | InArgument<String> |
|||
| ManagedPolicy | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMManagedPolicy> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds the specified IAM user to the specified IAM group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupName | In | InArgument<String> |
✓ | ||
| UserName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new IAM group for the current AWS account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Path | In | InArgument<String> |
|||
| Group | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified IAM group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| RemoveAllAttachedEntities | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each IAM group in the current AWS account that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PathPrefix | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about the specified IAM group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupName | In | InArgument<String> |
✓ | ||
| Group | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes the specified IAM user from the specified IAM group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupName | In | InArgument<String> |
✓ | ||
| UserName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified IAM group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| NewName | In | InArgument<String> |
|||
| NewPath | In | InArgument<String> |
|||
| Group | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSIAMGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Attaches a given volume to a given instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Volume | In | InArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume> |
✓ | ||
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| Device | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates snapshots of all the volume attached to a given instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| Description | In | InArgument<String> |
|||
| ExcludeRootVolume | In | InArgument<Boolean> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Snapshots | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSSnapshot[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a storage volume inside Elastic Block Storage in AWS.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AvailabilityZone | In | InArgument<String> |
✓ | ||
| SizeInGiBs | In | InArgument<Int32> |
✓ | ||
| IOPs | In | InArgument<Int32> |
|||
| Throughput | In | InArgument<Int32> |
|||
| SnapshotId | In | InArgument<String> |
|||
| EnableEncryption | In | InArgument<Boolean> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Volume | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Type | property | UiPath.Core.VolumeType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a snapshot for a given volume.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Volume | In | InArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume> |
✓ | ||
| Description | In | InArgument<String> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| Snapshot | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSSnapshot> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a given snapshot.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Snapshot | In | InArgument<UiPath.AmazonWebServices.Models.AWSEBSSnapshot> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a given volume.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Volume | In | InArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Detaches a volume from a given instance
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Volume | In | InArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume> |
✓ | ||
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Force | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Fetches a list of volumes attached to a given instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| Volumes | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets a snapshot with given snapshot id.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SnapshotId | In | InArgument<String> |
✓ | ||
| Snapshot | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSSnapshot> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Fetches a volume with given volume id.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VolumeId | In | InArgument<String> |
✓ | ||
| Volume | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Fetches a list of volumes in a given availability zone.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AvailabilityZone | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| Volumes | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEBSVolume[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects the Robot in a given instance to UiPath Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| OrchestratorURL | In | InArgument<String> |
|||
| OrchestratorConnectionString | In | InArgument<String> |
|||
| MachineKey | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| InstanceName | In | InArgument<String> |
✓ | ||
| AvailabilityZone | In | InArgument<String> |
|||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| InstanceType | In | InArgument<String> |
✓ | ||
| ImageId | In | InArgument<String> |
✓ | ||
| EnableHibernation | In | InArgument<Boolean> |
|||
| ShutdownBehavior | In | InArgument<UiPath.Core.InstanceShutdownBehavior> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| UserData | In | InArgument<String> |
|||
| SubnetId | In | InArgument<String> |
|||
| AutoAssignPublicIPv4Address | In | InArgument<UiPath.Core.Ec2InstanceAutoAssignPublicIP> |
|||
| IAMRole | In | InArgument<String> |
|||
| SecurityGroupsIds | In | InArgument<String[]> |
|||
| KeyPairName | In | InArgument<String> |
|||
| Instance | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new instance from a launch template.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| InstanceName | In | InArgument<String> |
✓ | ||
| LaunchTemplateId | In | InArgument<String> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| Instance | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the details of the specified instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| InstanceId | In | InArgument<String> |
✓ | ||
| Instance | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the list of instances matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| State | In | InArgument<UiPath.Core.Ec2InstanceState> |
|||
| TagKey | In | InArgument<String> |
|||
| TagValue | In | InArgument<String> |
|||
| AvailablityZone | In | InArgument<String> |
|||
| InstanceList | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Reboots an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Runs a PowerShell command on a EC2 instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| Commands | In | InArgument<String> |
✓ | ||
| WorkingDirectory | In | InArgument<String> |
|||
| Comment | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| CommandOutput | Out | OutArgument<UiPath.AmazonWebServices.Models.AWSPSCommandOutput> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Starts an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Stops an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Hibernate | In | InArgument<Boolean> |
|||
| Force | In | InArgument<Boolean> |
|||
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Terminates an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.AmazonWebServices.Models.AWSEc2Instance> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |