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)
Constructors
Link copied to clipboard
fun AwsCredsAuthenticationDetailsPropertiesArgs(authenticationType: Output<String>, awsAccessKeyId: Output<String>, awsSecretAccessKey: Output<String>)