This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataZone::Connection AuthenticationConfigurationInput
The authentication configuration of a connection.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthenticationType" :String, "BasicAuthenticationCredentials" :BasicAuthenticationCredentials, "CustomAuthenticationCredentials" :{, "KmsKeyArn" :Key:Value, ...}String, "OAuth2Properties" :OAuth2Properties, "SecretArn" :String}
YAML
AuthenticationType:StringBasicAuthenticationCredentials:BasicAuthenticationCredentialsCustomAuthenticationCredentials:KmsKeyArn:Key:ValueStringOAuth2Properties:OAuth2PropertiesSecretArn:String
Properties
AuthenticationType-
The authentication type of a connection.
Required: No
Type: String
Allowed values:
BASIC | OAUTH2 | CUSTOMUpdate requires: No interruption
BasicAuthenticationCredentials-
The basic authentication credentials of a connection.
Required: No
Type: BasicAuthenticationCredentials
Update requires: No interruption
CustomAuthenticationCredentials-
The custom authentication credentials of a connection.
Required: No
Type: Object of String
Pattern:
.+Minimum:
1Maximum:
2048Update requires: No interruption
KmsKeyArn-
The KMS key ARN of a connection.
Required: No
Type: String
Pattern:
^$|arn:aws[a-z0-9-]*:kms:.*$Update requires: No interruption
OAuth2Properties-
The oAuth2 properties of a connection.
Required: No
Type: OAuth2Properties
Update requires: No interruption
SecretArn-
The secret ARN of a connection.
Required: No
Type: String
Pattern:
^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$Update requires: No interruption