Interface CfnRemediationConfiguration.IRemediationParameterValueProperty
The value is either a dynamic (resource) value or a static value.
Namespace: Amazon.CDK.AWS.Config
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRemediationParameterValueProperty
Syntax (vb)
Public Interface IRemediationParameterValueProperty
Remarks
You must select either a dynamic value or a static value.
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.Config;
var remediationParameterValueProperty = new RemediationParameterValueProperty {
ResourceValue = new ResourceValueProperty {
Value = "value"
},
StaticValue = new StaticValueProperty {
Value = new [] { "value" },
Values = new [] { "values" }
}
};
Synopsis
Properties
Resource |
The value is dynamic and changes at run-time. |
Static |
The value is static and does not change at run-time. |
Properties
ResourceValue
The value is dynamic and changes at run-time.
virtual object ResourceValue { get; }
Property Value
System.
Remarks
StaticValue
The value is static and does not change at run-time.
virtual object StaticValue { get; }
Property Value
System.