AuthorizeDBSecurityGroupIngressMessage

public struct AuthorizeDBSecurityGroupIngressMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IP range to authorize.

    Declaration

    Swift

    public let cidrip: String?
  • The name of the DB security group to add authorization to.

    Declaration

    Swift

    public let dBSecurityGroupName: String
  • Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

    Declaration

    Swift

    public let eC2SecurityGroupId: String?
  • Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

    Declaration

    Swift

    public let eC2SecurityGroupName: String?
  • AWS account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS access key ID isn’t an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

    Declaration

    Swift

    public let eC2SecurityGroupOwnerId: String?
  • Undocumented

    Declaration

    Swift

    public init(cidrip: String? = nil, dBSecurityGroupName: String, eC2SecurityGroupId: String? = nil, eC2SecurityGroupName: String? = nil, eC2SecurityGroupOwnerId: String? = nil)