Class SecureStringParameterAttributes.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class SecureStringParameterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecureStringParameterAttributes
An implementation for SecureStringParameterAttributes
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(SecureStringParameterAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SecureStringParameterAttributes.Builder.
  • Method Details

    • getEncryptionKey

      public final IKey getEncryptionKey()
      Description copied from interface: SecureStringParameterAttributes
      The encryption key that is used to encrypt this parameter.

      Default: - default master key

      Specified by:
      getEncryptionKey in interface SecureStringParameterAttributes
    • getVersion

      public final Number getVersion()
      Description copied from interface: SecureStringParameterAttributes
      The version number of the value you wish to retrieve.

      Default: - AWS CloudFormation uses the latest version of the parameter

      Specified by:
      getVersion in interface SecureStringParameterAttributes
    • getParameterName

      public final String getParameterName()
      Description copied from interface: CommonStringParameterAttributes
      The name of the parameter store value.

      This value can be a token or a concrete string. If it is a concrete string and includes "/" it must also be prefixed with a "/" (fully-qualified).

      Specified by:
      getParameterName in interface CommonStringParameterAttributes
    • getSimpleName

      public final Boolean getSimpleName()
      Description copied from interface: CommonStringParameterAttributes
      Indicates if the parameter name is a simple name (i.e. does not include "/" separators).

      This is required only if parameterName is a token, which means we are unable to detect if the name is simple or "path-like" for the purpose of rendering SSM parameter ARNs.

      If parameterName is not specified, simpleName must be true (or undefined) since the name generated by AWS CloudFormation is always a simple name.

      Default: - auto-detect based on `parameterName`

      Specified by:
      getSimpleName in interface CommonStringParameterAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object