Interface ICfnParameterProps
Properties for defining a AWS::SSM::Parameter
.
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.AWS.SSM.dll
Syntax (csharp)
public interface ICfnParameterProps
Syntax (vb)
Public Interface ICfnParameterProps
Remarks
Synopsis
Properties
AllowedPattern |
|
DataType |
|
Description |
|
Name |
|
Policies |
|
Tags |
|
Tier |
|
Type |
|
Value |
|
Properties
AllowedPattern
AWS::SSM::Parameter.AllowedPattern
.
virtual string AllowedPattern { get; }
Property Value
System.String
Remarks
DataType
AWS::SSM::Parameter.DataType
.
virtual string DataType { get; }
Property Value
System.String
Remarks
Description
AWS::SSM::Parameter.Description
.
virtual string Description { get; }
Property Value
System.String
Remarks
Name
AWS::SSM::Parameter.Name
.
virtual string Name { get; }
Property Value
System.String
Remarks
Policies
AWS::SSM::Parameter.Policies
.
virtual string Policies { get; }
Property Value
System.String
Remarks
Tags
AWS::SSM::Parameter.Tags
.
virtual object Tags { get; }
Property Value
System.Object
Remarks
Tier
AWS::SSM::Parameter.Tier
.
virtual string Tier { get; }
Property Value
System.String
Remarks
Type
AWS::SSM::Parameter.Type
.
string Type { get; }
Property Value
System.String
Remarks
Value
AWS::SSM::Parameter.Value
.
string Value { get; }
Property Value
System.String