com.monsanto.arch.cloudformation.model.resource
AWS::SSM::Parameter
Companion object AWS::SSM::Parameter
case class AWS::SSM::Parameter(name: String, Name: Option[Token[String]], Description: Option[Token[String]], Type: ParameterType, Value: Token[String], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::SSM::Parameter] with Product with Serializable
The AWS::SSM::Parameter resource creates an Amazon EC2 Systems Manager (SSM) parameter in Parameter Store.
- name
CloudFormation logical name
- Name
The name of the parameter. Names must not be prefixed with aws or ssm.
- Description
Information about the parameter that you want to add to the system.
- Type
The type of parameter. Valid values include the following: String or StringList. NOTE: AWS CloudFormation doesn't support the SecureString parameter type.
- Value
The parameter value. Value must not nest another parameter. Do not use {{}} in the value.
- Condition
Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.
- DependsOn
Declare dependencies for resources that must be created or deleted in a specific order.
- Alphabetic
- By Inheritance
- AWS::SSM::Parameter
- Serializable
- Serializable
- Product
- Equals
- Resource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AWS::SSM::Parameter(name: String, Name: Option[Token[String]], Description: Option[Token[String]], Type: ParameterType, Value: Token[String], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None)
- name
CloudFormation logical name
- Name
The name of the parameter. Names must not be prefixed with aws or ssm.
- Description
Information about the parameter that you want to add to the system.
- Type
The type of parameter. Valid values include the following: String or StringList. NOTE: AWS CloudFormation doesn't support the SecureString parameter type.
- Value
The parameter value. Value must not nest another parameter. Do not use {{}} in the value.
- Condition
Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.
- DependsOn
Declare dependencies for resources that must be created or deleted in a specific order.
Type Members
-
type
RR = Resource[AWS::SSM::Parameter]
- Definition Classes
- Resource
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Condition: Option[ConditionRef]
- Definition Classes
- AWS::SSM::Parameter → Resource
-
val
DeletionPolicy: Option[DeletionPolicy]
- Definition Classes
- Resource
-
val
DependsOn: Option[Seq[String]]
- Definition Classes
- AWS::SSM::Parameter → Resource
- val Description: Option[Token[String]]
- val Name: Option[Token[String]]
-
val
ResourceType: String
- Definition Classes
- Resource
- val Type: ParameterType
- val Value: Token[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- AWS::SSM::Parameter → Resource
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def typeAttribute: Token[String]
- def valueAttribute: Token[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
when(newCondition: Option[ConditionRef] = Condition): AWS::SSM::Parameter
- Definition Classes
- AWS::SSM::Parameter → Resource