Add-VSAmplifyAppBasicAuthConfig

Add-VSAmplifyAppBasicAuthConfig

SYNOPSIS

Adds an AWS::Amplify::App.BasicAuthConfig resource property to the template. Use the BasicAuthConfig property type to set password protection at an app level to all your branches.

SYNTAX

Add-VSAmplifyAppBasicAuthConfig [[-Username] <Object>] [[-EnableBasicAuth] <Object>] [[-Password] <Object>]
 [<CommonParameters>]

DESCRIPTION

Adds an AWS::Amplify::App.BasicAuthConfig resource property to the template. Use the BasicAuthConfig property type to set password protection at an app level to all your branches.

PARAMETERS

-Username

The user name for basic authorization.

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username PrimitiveType: String UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-EnableBasicAuth

Enables Basic Authorization for branches for the Amplify App.

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth PrimitiveType: Boolean UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Password

The password for basic authorization.

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password PrimitiveType: String UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Vaporshell.Resource.Amplify.App.BasicAuthConfig

NOTES

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html