Class: Authentication

CloudFormation.Authentication

new Authentication()

Properties:
Name Type Description
accessKeyId String Required: Conditional. Specifies the access key ID for S3 authentication.
buckets String Required: Conditional. A comma-delimited list of Amazon S3 buckets to be associated with the S3 authentication credentials.
password String Required: Conditional. Specifies the password for basic authentication.
secretKey String Required: Conditional. Specifies the secret key for S3 authentication.
type String Required: Yes. Specifies whether the authentication scheme uses a user name and password ("basic") or an access key ID and secret key ("S3").If you specify "basic", specify the username, password, and uris properties.If you specify "S3", specify the accessKeyId, secretKey, and buckets (optional) properties.
uris String Required: Conditional. A comma-delimited list of URIs to be associated with the basic authentication credentials. The authorization applies to the specified URIs and any more specific URI. For example, if you specify http://www.example.com, the authorization will also apply to http://www.example.com/test.
username String Required: Conditional. Specifies the user name for basic authentication.
roleName String Required: Conditional. Describes the role for role-based authentication.
Source:

Extends

  • WKResource

CloudFormation.Authentication

new Authentication()

Properties:
Name Type Description
accessKeyId String Required: Conditional. Specifies the access key ID for S3 authentication.
buckets String Required: Conditional. A comma-delimited list of Amazon S3 buckets to be associated with the S3 authentication credentials.
password String Required: Conditional. Specifies the password for basic authentication.
secretKey String Required: Conditional. Specifies the secret key for S3 authentication.
type String Required: Yes. Specifies whether the authentication scheme uses a user name and password ("basic") or an access key ID and secret key ("S3").If you specify "basic", specify the username, password, and uris properties.If you specify "S3", specify the accessKeyId, secretKey, and buckets (optional) properties.
uris String Required: Conditional. A comma-delimited list of URIs to be associated with the basic authentication credentials. The authorization applies to the specified URIs and any more specific URI. For example, if you specify http://www.example.com, the authorization will also apply to http://www.example.com/test.
username String Required: Conditional. Specifies the user name for basic authentication.
roleName String Required: Conditional. Describes the role for role-based authentication.
Source:

Extends

  • WKResource