Option
public struct Option : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the option requires access to a port, then this DB security group allows access to the port.
Declaration
Swift
public let dBSecurityGroupMemberships: [DBSecurityGroupMembership]? -
The description of the option.
Declaration
Swift
public let optionDescription: String? -
The name of the option.
Declaration
Swift
public let optionName: String? -
The option settings for this option.
Declaration
Swift
public let optionSettings: [OptionSetting]? -
The version of the option.
Declaration
Swift
public let optionVersion: String? -
Indicate if this option is permanent.
Declaration
Swift
public let permanent: Bool? -
Indicate if this option is persistent.
Declaration
Swift
public let persistent: Bool? -
If required, the port configured for this option to use.
Declaration
Swift
public let port: Int? -
If the option requires access to a port, then this VPC security group allows access to the port.
Declaration
Swift
public let vpcSecurityGroupMemberships: [VpcSecurityGroupMembership]? -
init(dBSecurityGroupMemberships:optionDescription:optionName:optionSettings:optionVersion:permanent:persistent:port:vpcSecurityGroupMemberships:)Undocumented
Declaration
Swift
public init(dBSecurityGroupMemberships: [DBSecurityGroupMembership]? = nil, optionDescription: String? = nil, optionName: String? = nil, optionSettings: [OptionSetting]? = nil, optionVersion: String? = nil, permanent: Bool? = nil, persistent: Bool? = nil, port: Int? = nil, vpcSecurityGroupMemberships: [VpcSecurityGroupMembership]? = nil)
View on GitHub
Option Structure Reference