Add-VSAmplifyAppEnvironmentVariable

Add-VSAmplifyAppEnvironmentVariable

SYNOPSIS

Adds an AWS::Amplify::App.EnvironmentVariable resource property to the template. Environment variables are key-value pairs that are available at build time. Set environment variables for all branches in your app.

SYNTAX

Add-VSAmplifyAppEnvironmentVariable [-Value] <Object> [-Name] <Object> [<CommonParameters>]

DESCRIPTION

Adds an AWS::Amplify::App.EnvironmentVariable resource property to the template. Environment variables are key-value pairs that are available at build time. Set environment variables for all branches in your app.

PARAMETERS

-Value

The environment variable value.

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

Type: Object
Parameter Sets: (All)
Aliases:

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

-Name

The environment variable name.

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

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
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.EnvironmentVariable

NOTES

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