ICloudFormationTemplateResource.AddParameter(String, String) Method

Definition

Add parameters to be provided to CloudFormation when creating the stack for the template.

public Aspire.Hosting.AWS.CloudFormation.ICloudFormationTemplateResource AddParameter (string parameterName, string parameterValue);
abstract member AddParameter : string * string -> Aspire.Hosting.AWS.CloudFormation.ICloudFormationTemplateResource
Public Function AddParameter (parameterName As String, parameterValue As String) As ICloudFormationTemplateResource

Parameters

parameterName
String

Name of the CloudFormation parameter.

parameterValue
String

Value of the CloudFormation parameter.

Returns

Applies to