Class GetServiceSettingsResponse

    • Method Detail

      • s3BucketArn

        public final String s3BucketArn()

        Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.

        Returns:
        Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
      • snsTopicArn

        public final String snsTopicArn()

        SNS topic configured to receive notifications from License Manager.

        Returns:
        SNS topic configured to receive notifications from License Manager.
      • organizationConfiguration

        public final OrganizationConfiguration organizationConfiguration()

        Indicates whether Organizations is integrated with License Manager for cross-account discovery.

        Returns:
        Indicates whether Organizations is integrated with License Manager for cross-account discovery.
      • enableCrossAccountsDiscovery

        public final Boolean enableCrossAccountsDiscovery()

        Indicates whether cross-account discovery is enabled.

        Returns:
        Indicates whether cross-account discovery is enabled.
      • licenseManagerResourceShareArn

        public final String licenseManagerResourceShareArn()

        Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.

        Returns:
        Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.
      • 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