AwsCredsAuthenticationDetailsPropertiesArgs

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)

Constructors

constructor(authenticationType: Output<String>, awsAccessKeyId: Output<String>, awsSecretAccessKey: Output<String>)

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
val awsAccessKeyId: Output<String>

Public key element of the AWS credential object (write only)

Link copied to clipboard

Secret key element of the AWS credential object (write only)

Functions

Link copied to clipboard
open override fun toJava(): AwsCredsAuthenticationDetailsPropertiesArgs