Class CfnDocumentProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnDocumentProps.Jsii$Proxy
All Implemented Interfaces:
CfnDocumentProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDocumentProps

@Stability(Stable) @Internal public static final class CfnDocumentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDocumentProps
An implementation for CfnDocumentProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnDocumentProps

    CfnDocumentProps.Builder, CfnDocumentProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDocumentProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    A list of key-value pairs that describe attachments to a version of a document.
    final Object
    The content for the new SSM document in JSON or YAML.
    final String
    Specify the document format for the request.
    final String
    The type of document to create.
    final String
    A name for the SSM document.
    final Object
    A list of SSM documents required by a document.
    final List<CfnTag>
    AWS CloudFormation resource tags to apply to the document.
    final String
    Specify a target type to define the kinds of resources the document can run on.
    final String
    If the document resource you specify in your template already exists, this parameter determines whether a new version of the existing document is created, or the existing document is replaced.
    final String
    An optional field specifying the version of the artifact you are creating with the document.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait