Class S3ReferenceDataSource

    • Method Detail

      • bucketARN

        public final String bucketARN()

        Amazon Resource Name (ARN) of the S3 bucket.

        Returns:
        Amazon Resource Name (ARN) of the S3 bucket.
      • fileKey

        public final String fileKey()

        Object key name containing reference data.

        Returns:
        Object key name containing reference data.
      • referenceRoleARN

        public final String referenceRoleARN()

        ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

        Returns:
        ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)