AWS::DataZone::Connection BasicAuthenticationCredentials - AWS CloudFormation

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 BasicAuthenticationCredentials

The BasicAuthenticationCredentials 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

{ "Password" : String, "UserName" : String }

YAML

Password: String UserName: String

Properties

Password

Property description not available.

Required: No

Type: String

Pattern: ^.*$

Maximum: 512

Update requires: No interruption

UserName

Property description not available.

Required: No

Type: String

Pattern: ^\S+$

Maximum: 512

Update requires: No interruption