com.monsanto.arch.cloudformation.model.resource
AWS::EC2::VPNGateway
Companion object AWS::EC2::VPNGateway
case class AWS::EC2::VPNGateway(name: String, Type: Token[VPNType] = VPNType("ipsec.1"), Tags: Seq[AmazonTag], DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None) extends Resource[AWS::EC2::VPNGateway] with Product with Serializable
- Alphabetic
- By Inheritance
- AWS::EC2::VPNGateway
- Serializable
- Serializable
- Product
- Equals
- Resource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AWS::EC2::VPNGateway(name: String, Type: Token[VPNType] = VPNType("ipsec.1"), Tags: Seq[AmazonTag], DependsOn: Option[Seq[String]] = None, Condition: Option[ConditionRef] = None)
Type Members
-
type
RR = Resource[AWS::EC2::VPNGateway]
- 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::EC2::VPNGateway → Resource
-
val
DeletionPolicy: Option[DeletionPolicy]
- Definition Classes
- Resource
-
val
DependsOn: Option[Seq[String]]
- Definition Classes
- AWS::EC2::VPNGateway → Resource
-
val
ResourceType: String
- Definition Classes
- Resource
- val Tags: Seq[AmazonTag]
- val Type: Token[VPNType]
-
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::EC2::VPNGateway → 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
-
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::EC2::VPNGateway
- Definition Classes
- AWS::EC2::VPNGateway → Resource