Interface CfnDeliveryStream.AuthenticationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStream.AuthenticationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStream
@Stability(Stable)
public static interface CfnDeliveryStream.AuthenticationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The authentication configuration of the Amazon MSK cluster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisfirehose.*;
AuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()
.connectivity("connectivity")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeliveryStream.AuthenticationConfigurationPropertystatic final classAn implementation forCfnDeliveryStream.AuthenticationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The type of connectivity used to access the Amazon MSK cluster.The ARN of the role used to access the Amazon MSK cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectivity
The type of connectivity used to access the Amazon MSK cluster.- See Also:
-
getRoleArn
The ARN of the role used to access the Amazon MSK cluster.- See Also:
-
builder
-