Interface IAmazonLinuxImageSsmParameterBaseProps
Base properties for an Amazon Linux SSM Parameter.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAmazonLinuxImageSsmParameterBaseProps : IAmazonLinuxImageSsmParameterBaseOptions
Syntax (vb)
Public Interface IAmazonLinuxImageSsmParameterBaseProps
Inherits IAmazonLinuxImageSsmParameterBaseOptions
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.EC2;
UserData userData;
var amazonLinuxImageSsmParameterBaseProps = new AmazonLinuxImageSsmParameterBaseProps {
ParameterName = "parameterName",
// the properties below are optional
CachedInContext = false,
UserData = userData
};
Synopsis
Properties
ParameterName | The name of the SSM parameter that contains the AMI value. |
Properties
ParameterName
The name of the SSM parameter that contains the AMI value.
string ParameterName { get; }
Property Value
System.String