GetServiceSettingsResponse
public struct GetServiceSettingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether cross-account discovery has been enabled.
Declaration
Swift
public let enableCrossAccountsDiscovery: Bool? -
Amazon Resource Name (ARN) of the AWS resource share. The License Manager master account will provide member accounts with access to this share.
Declaration
Swift
public let licenseManagerResourceShareArn: String? -
Indicates whether AWS Organizations has been integrated with License Manager for cross-account discovery.
Declaration
Swift
public let organizationConfiguration: OrganizationConfiguration? -
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
Declaration
Swift
public let s3BucketArn: String? -
SNS topic configured to receive notifications from License Manager.
Declaration
Swift
public let snsTopicArn: String? -
init(enableCrossAccountsDiscovery:licenseManagerResourceShareArn:organizationConfiguration:s3BucketArn:snsTopicArn:)Undocumented
Declaration
Swift
public init(enableCrossAccountsDiscovery: Bool? = nil, licenseManagerResourceShareArn: String? = nil, organizationConfiguration: OrganizationConfiguration? = nil, s3BucketArn: String? = nil, snsTopicArn: String? = nil)
View on GitHub
GetServiceSettingsResponse Structure Reference