Aws Creds Authentication Details Properties Args
data class AwsCredsAuthenticationDetailsPropertiesArgs(val authenticationType: Output<String>, val awsAccessKeyId: Output<String>, val awsSecretAccessKey: Output<String>) : ConvertibleToJava<AwsCredsAuthenticationDetailsPropertiesArgs>
AWS cloud account connector based credentials, the credentials is composed of access key ID and secret key, for more details, refer to Creating an IAM User in Your AWS Account (write only)
Properties
Link copied to clipboard
Connect to your cloud account, for AWS use either account credentials or role-based authentication. For GCP use account organization credentials. Expected value is 'awsCreds'.
Link copied to clipboard
Public key element of the AWS credential object (write only)
Link copied to clipboard
Secret key element of the AWS credential object (write only)