class Aws::LicenseManager::Types::UpdateServiceSettingsRequest

@note When making an API call, you may pass UpdateServiceSettingsRequest

data as a hash:

    {
      s3_bucket_arn: "String",
      sns_topic_arn: "String",
      organization_configuration: {
        enable_integration: false, # required
      },
      enable_cross_accounts_discovery: false,
    }

@!attribute [rw] s3_bucket_arn

Amazon Resource Name (ARN) of the Amazon S3 bucket where the License
Manager information is stored.
@return [String]

@!attribute [rw] sns_topic_arn

Amazon Resource Name (ARN) of the Amazon SNS topic used for License
Manager alerts.
@return [String]

@!attribute [rw] organization_configuration

Enables integration with AWS Organizations for cross-account
discovery.
@return [Types::OrganizationConfiguration]

@!attribute [rw] enable_cross_accounts_discovery

Activates cross-account discovery.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateServiceSettingsRequest AWS API Documentation

Constants

SENSITIVE