Class StorageTransferJobTransferSpecAwsS3DataSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecAwsS3DataSource.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobTransferSpecAwsS3DataSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobTransferSpecAwsS3DataSource
@Stability(Stable) @Internal public static final class StorageTransferJobTransferSpecAwsS3DataSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobTransferSpecAwsS3DataSource
An implementation forStorageTransferJobTransferSpecAwsS3DataSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecAwsS3DataSource
StorageTransferJobTransferSpecAwsS3DataSource.Builder, StorageTransferJobTransferSpecAwsS3DataSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobTransferSpecAwsS3DataSource.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecAwsS3DataSource.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StorageTransferJobTransferSpecAwsS3DataSourceAwsAccessKeygetAwsAccessKey()aws_access_key block.StringgetBucketName()S3 Bucket name.StringgetPath()S3 Bucket path in bucket to transfer.StringgetRoleArn()The Amazon Resource Name (ARN) of the role to support temporary credentials via 'AssumeRoleWithWebIdentity'.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(StorageTransferJobTransferSpecAwsS3DataSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecAwsS3DataSource.Builder.
-
-
Method Detail
-
getBucketName
public final String getBucketName()
Description copied from interface:StorageTransferJobTransferSpecAwsS3DataSourceS3 Bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#bucket_name StorageTransferJob#bucket_name}
- Specified by:
getBucketNamein interfaceStorageTransferJobTransferSpecAwsS3DataSource
-
getAwsAccessKey
public final StorageTransferJobTransferSpecAwsS3DataSourceAwsAccessKey getAwsAccessKey()
Description copied from interface:StorageTransferJobTransferSpecAwsS3DataSourceaws_access_key block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#aws_access_key StorageTransferJob#aws_access_key}
- Specified by:
getAwsAccessKeyin interfaceStorageTransferJobTransferSpecAwsS3DataSource
-
getPath
public final String getPath()
Description copied from interface:StorageTransferJobTransferSpecAwsS3DataSourceS3 Bucket path in bucket to transfer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#path StorageTransferJob#path}
- Specified by:
getPathin interfaceStorageTransferJobTransferSpecAwsS3DataSource
-
getRoleArn
public final String getRoleArn()
Description copied from interface:StorageTransferJobTransferSpecAwsS3DataSourceThe Amazon Resource Name (ARN) of the role to support temporary credentials via 'AssumeRoleWithWebIdentity'.For more information about ARNs, see [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns). When a role ARN is provided, Transfer Service fetches temporary credentials for the session using a 'AssumeRoleWithWebIdentity' call for the provided role using the [GoogleServiceAccount][] for this project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#role_arn StorageTransferJob#role_arn}
- Specified by:
getRoleArnin interfaceStorageTransferJobTransferSpecAwsS3DataSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-