Class CfnDeployment.DynamicExtensionParametersProperty
A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT
actions.
Inheritance
Namespace: Amazon.CDK.AWS.AppConfig
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DynamicExtensionParametersProperty : Object, CfnDeployment.IDynamicExtensionParametersProperty
Syntax (vb)
Public Class DynamicExtensionParametersProperty
Inherits Object
Implements CfnDeployment.IDynamicExtensionParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppConfig;
var dynamicExtensionParametersProperty = new DynamicExtensionParametersProperty {
ExtensionReference = "extensionReference",
ParameterName = "parameterName",
ParameterValue = "parameterValue"
};
Synopsis
Constructors
Dynamic |
Properties
Extension |
The ARN or ID of the extension for which you are inserting a dynamic parameter. |
Parameter |
The parameter name. |
Parameter |
The parameter value. |
Constructors
DynamicExtensionParametersProperty()
public DynamicExtensionParametersProperty()
Properties
ExtensionReference
The ARN or ID of the extension for which you are inserting a dynamic parameter.
public string ExtensionReference { get; set; }
Property Value
System.
Remarks
ParameterName
The parameter name.
public string ParameterName { get; set; }
Property Value
System.
Remarks
ParameterValue
The parameter value.
public string ParameterValue { get; set; }
Property Value
System.