Class GetParametersByPathResult


  • public final class GetParametersByPathResult
    extends java.lang.Object
    • Method Detail

      • arns

        public java.util.List<java.lang.String> arns()
        Returns:
        A list that contains the Amazon Resource Names (ARNs) of the retrieved parameters.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • names

        public java.util.List<java.lang.String> names()
        Returns:
        A list that contains the names of the retrieved parameters.
      • path

        public java.lang.String path()
      • recursive

        public java.util.Optional<java.lang.Boolean> recursive()
      • types

        public java.util.List<java.lang.String> types()
        Returns:
        A list that contains the types (`String`, `StringList`, or `SecureString`) of retrieved parameters.
      • values

        public java.util.List<java.lang.String> values()
        Returns:
        A list that contains the retrieved parameter values. **Note:** This value is always marked as sensitive in the pulumi preview output, regardless of whether any retrieved parameters are of `SecureString` type. Use the `nonsensitive` function to override the behavior at your own risk and discretion, if you are certain that there are no sensitive values being retrieved.
      • withDecryption

        public java.util.Optional<java.lang.Boolean> withDecryption()