Class AuthorizeDataShareRequest

    • Method Detail

      • dataShareArn

        public final String dataShareArn()

        The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.

        Returns:
        The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
      • consumerIdentifier

        public final String consumerIdentifier()

        The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

        Returns:
        The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
      • allowWrites

        public final Boolean allowWrites()

        If set to true, allows write operations for a datashare.

        Returns:
        If set to true, allows write operations for a datashare.
      • 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