Show / Hide Table of Contents

Interface IAmazonLinuxImageSsmParameterBaseProps

Base properties for an Amazon Linux SSM Parameter.

Inherited Members
IAmazonLinuxImageSsmParameterBaseOptions.AdditionalCacheKey
IAmazonLinuxImageSsmParameterBaseOptions.CachedInContext
IAmazonLinuxImageSsmParameterBaseOptions.UserData
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
                AdditionalCacheKey = "additionalCacheKey",
                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

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX