amazonka-pipes-2.0: Amazon EventBridge Pipes SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Description

 
Synopsis

Documentation

data SelfManagedKafkaAccessConfigurationVpc Source #

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

See: newSelfManagedKafkaAccessConfigurationVpc smart constructor.

Constructors

SelfManagedKafkaAccessConfigurationVpc' 

Fields

  • securityGroup :: Maybe [Sensitive Text]

    Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

  • subnets :: Maybe [Sensitive Text]

    Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

Instances

Instances details
FromJSON SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

ToJSON SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Generic SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Show SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

NFData SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Eq SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

Hashable SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

type Rep SelfManagedKafkaAccessConfigurationVpc Source # 
Instance details

Defined in Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc

type Rep SelfManagedKafkaAccessConfigurationVpc = D1 ('MetaData "SelfManagedKafkaAccessConfigurationVpc" "Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationVpc" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "SelfManagedKafkaAccessConfigurationVpc'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text]))))

newSelfManagedKafkaAccessConfigurationVpc :: SelfManagedKafkaAccessConfigurationVpc Source #

Create a value of SelfManagedKafkaAccessConfigurationVpc with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroup:SelfManagedKafkaAccessConfigurationVpc', selfManagedKafkaAccessConfigurationVpc_securityGroup - Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

$sel:subnets:SelfManagedKafkaAccessConfigurationVpc', selfManagedKafkaAccessConfigurationVpc_subnets - Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

selfManagedKafkaAccessConfigurationVpc_securityGroup :: Lens' SelfManagedKafkaAccessConfigurationVpc (Maybe [Text]) Source #

Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

selfManagedKafkaAccessConfigurationVpc_subnets :: Lens' SelfManagedKafkaAccessConfigurationVpc (Maybe [Text]) Source #

Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.