This is the new 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 AuthenticationConfigurationInput property type specifies Property description not available. for an AWS::DataZone::Connection.
Syntax
To declare this entity in your 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
AuthenticationTypeProperty description not available.
Required: No
Type: String
Allowed values:
BASIC | OAUTH2 | CUSTOMUpdate requires: No interruption
BasicAuthenticationCredentialsProperty description not available.
Required: No
Type: BasicAuthenticationCredentials
Update requires: No interruption
CustomAuthenticationCredentialsProperty description not available.
Required: No
Type: Object of String
Pattern:
.+Minimum:
1Maximum:
2048Update requires: No interruption
KmsKeyArnProperty description not available.
Required: No
Type: String
Pattern:
^$|arn:aws[a-z0-9-]*:kms:.*$Update requires: No interruption
OAuth2PropertiesProperty description not available.
Required: No
Type: OAuth2Properties
Update requires: No interruption
SecretArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$Update requires: No interruption