ICloudFormationTemplateResource.AddParameter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.