Class GetResourcePolicyResponse

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to resource-based policy.

        Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

        Example dashboard ARN format: arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash

        Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

        Returns:
        The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to resource-based policy.

        Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

        Example dashboard ARN format: arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash

        Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

      • resourcePolicy

        public final String resourcePolicy()

        A JSON-formatted string that contains the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.

        Returns:
        A JSON-formatted string that contains the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
      • delegatedAdminResourcePolicy

        public final String delegatedAdminResourcePolicy()

        The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see Default resource policy for delegated administrators.

        Returns:
        The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see Default resource policy for delegated administrators.
      • 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