Setting

public struct Setting : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon ECS resource name.

    Declaration

    Swift

    public let name: SettingName?
  • The ARN of the principal, which can be an IAM user, IAM role, or the root user. If this field is omitted, the authenticated user is assumed.

    Declaration

    Swift

    public let principalArn: String?
  • Whether the account setting is enabled or disabled for the specified resource.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(name: SettingName? = nil, principalArn: String? = nil, value: String? = nil)