Class GetParameterRequest

    • Method Detail

      • name

        public final String name()

        The name or Amazon Resource Name (ARN) of the parameter that you want to query. For parameters shared with you from another account, you must use the full ARN.

        To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

        For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

        Returns:
        The name or Amazon Resource Name (ARN) of the parameter that you want to query. For parameters shared with you from another account, you must use the full ARN.

        To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

        For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

      • withDecryption

        public final Boolean withDecryption()

        Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

        Returns:
        Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object