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::QuickSight::ActionConnector AuthenticationMetadata
Union type containing authentication metadata for different authentication methods.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApiKeyConnectionMetadata" :APIKeyConnectionMetadata, "AuthorizationCodeGrantMetadata" :AuthorizationCodeGrantMetadata, "BasicAuthConnectionMetadata" :BasicAuthConnectionMetadata, "ClientCredentialsGrantMetadata" :ClientCredentialsGrantMetadata, "IamConnectionMetadata" :IAMConnectionMetadata, "NoneConnectionMetadata" :NoneConnectionMetadata}
YAML
ApiKeyConnectionMetadata:APIKeyConnectionMetadataAuthorizationCodeGrantMetadata:AuthorizationCodeGrantMetadataBasicAuthConnectionMetadata:BasicAuthConnectionMetadataClientCredentialsGrantMetadata:ClientCredentialsGrantMetadataIamConnectionMetadata:IAMConnectionMetadataNoneConnectionMetadata:NoneConnectionMetadata
Properties
ApiKeyConnectionMetadata-
API key authentication metadata.
Required: No
Type: APIKeyConnectionMetadata
Update requires: No interruption
-
OAuth 2.0 authorization code grant authentication metadata.
Required: No
Type: AuthorizationCodeGrantMetadata
Update requires: No interruption
BasicAuthConnectionMetadata-
Basic authentication metadata using username and password.
Required: No
Type: BasicAuthConnectionMetadata
Update requires: No interruption
ClientCredentialsGrantMetadata-
OAuth 2.0 client credentials grant authentication metadata.
Required: No
Type: ClientCredentialsGrantMetadata
Update requires: No interruption
IamConnectionMetadata-
IAM role-based authentication metadata for AWS services.
Required: No
Type: IAMConnectionMetadata
Update requires: No interruption
NoneConnectionMetadata-
No authentication metadata for services that don't require authentication.
Required: No
Type: NoneConnectionMetadata
Update requires: No interruption