Class GetHostedConfigurationVersionResponse

    • Method Detail

      • applicationId

        public final String applicationId()

        The application ID.

        Returns:
        The application ID.
      • configurationProfileId

        public final String configurationProfileId()

        The configuration profile ID.

        Returns:
        The configuration profile ID.
      • versionNumber

        public final Integer versionNumber()

        The configuration version.

        Returns:
        The configuration version.
      • description

        public final String description()

        A description of the configuration.

        Returns:
        A description of the configuration.
      • content

        public final SdkBytes content()

        The content of the configuration or the configuration data.

        Returns:
        The content of the configuration or the configuration data.
      • contentType

        public final String contentType()

        A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

        Returns:
        A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
      • versionLabel

        public final String versionLabel()

        A user-defined label for an AppConfig hosted configuration version.

        Returns:
        A user-defined label for an AppConfig hosted configuration version.
      • kmsKeyArn

        public final String kmsKeyArn()

        The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.

        Returns:
        The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
      • 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