Interface CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStreamPropsMixin
@Stability(Stable)
public static interface CfnDeliveryStreamPropsMixin.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.cfnpropertymixins.services.kinesisfirehose.*;
AuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()
.connectivity("connectivity")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty -
Method Summary
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
@Stability(Stable) static CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Builder builder()
-