Class CfnClusterAutoModeBlockStorageLogs
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.mixins.preview.services.eks.mixins.*; CfnClusterAutoModeBlockStorageLogs cfnClusterAutoModeBlockStorageLogs = new CfnClusterAutoModeBlockStorageLogs();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnClusterAutoModeBlockStorageLogs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnClusterAutoModeBlockStorageLogs(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptiontoDestination(IDeliveryDestinationRef destination) Delivers logs to a pre-created delivery destination.toDestination(IDeliveryDestinationRef destination, CfnClusterAutoModeBlockStorageLogsDestProps props) Delivers logs to a pre-created delivery destination.toFirehose(IDeliveryStreamRef deliveryStream) Send logs to a Firehose Delivery Stream.toFirehose(IDeliveryStreamRef deliveryStream, CfnClusterAutoModeBlockStorageLogsFirehoseProps props) Send logs to a Firehose Delivery Stream.toLogGroup(ILogGroupRef logGroup) Send logs to a CloudWatch Log Group.toLogGroup(ILogGroupRef logGroup, CfnClusterAutoModeBlockStorageLogsLogGroupProps props) Send logs to a CloudWatch Log Group.toS3(IBucketRef bucket) Send logs to an S3 Bucket.toS3(IBucketRef bucket, CfnClusterAutoModeBlockStorageLogsS3Props props) Send logs to an S3 Bucket.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CfnClusterAutoModeBlockStorageLogs
protected CfnClusterAutoModeBlockStorageLogs(software.amazon.jsii.JsiiObjectRef objRef) -
CfnClusterAutoModeBlockStorageLogs
protected CfnClusterAutoModeBlockStorageLogs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnClusterAutoModeBlockStorageLogs
@Stability(Experimental) public CfnClusterAutoModeBlockStorageLogs()
-
-
Method Details
-
toDestination
@Stability(Stable) @NotNull public CfnClusterLogsMixin toDestination(@NotNull IDeliveryDestinationRef destination, @Nullable CfnClusterAutoModeBlockStorageLogsDestProps props) Delivers logs to a pre-created delivery destination.Supported destinations are S3, CWL, FH You are responsible for setting up the correct permissions for your delivery destination, toDestination() does not set up any permissions for you. Delivery destinations that are imported from another stack using CfnDeliveryDestination.fromDeliveryDestinationArn() or CfnDeliveryDestination.fromDeliveryDestinationName() are supported by toDestination().
- Parameters:
destination- This parameter is required.props- Additional properties that are optionally used in log delivery for destinations.
-
toDestination
@Stability(Stable) @NotNull public CfnClusterLogsMixin toDestination(@NotNull IDeliveryDestinationRef destination) Delivers logs to a pre-created delivery destination.Supported destinations are S3, CWL, FH You are responsible for setting up the correct permissions for your delivery destination, toDestination() does not set up any permissions for you. Delivery destinations that are imported from another stack using CfnDeliveryDestination.fromDeliveryDestinationArn() or CfnDeliveryDestination.fromDeliveryDestinationName() are supported by toDestination().
- Parameters:
destination- This parameter is required.
-
toFirehose
@Stability(Stable) @NotNull public CfnClusterLogsMixin toFirehose(@NotNull IDeliveryStreamRef deliveryStream, @Nullable CfnClusterAutoModeBlockStorageLogsFirehoseProps props) Send logs to a Firehose Delivery Stream.- Parameters:
deliveryStream- This parameter is required.props- Additional properties that are optionally used in log delivery for Firehose destinations.
-
toFirehose
@Stability(Stable) @NotNull public CfnClusterLogsMixin toFirehose(@NotNull IDeliveryStreamRef deliveryStream) Send logs to a Firehose Delivery Stream.- Parameters:
deliveryStream- This parameter is required.
-
toLogGroup
@Stability(Stable) @NotNull public CfnClusterLogsMixin toLogGroup(@NotNull ILogGroupRef logGroup, @Nullable CfnClusterAutoModeBlockStorageLogsLogGroupProps props) Send logs to a CloudWatch Log Group.- Parameters:
logGroup- This parameter is required.props- Additional properties that are optionally used in log delivery for Log Group destinations.
-
toLogGroup
Send logs to a CloudWatch Log Group.- Parameters:
logGroup- This parameter is required.
-
toS3
@Stability(Stable) @NotNull public CfnClusterLogsMixin toS3(@NotNull IBucketRef bucket, @Nullable CfnClusterAutoModeBlockStorageLogsS3Props props) Send logs to an S3 Bucket.- Parameters:
bucket- This parameter is required.props- Additional properties that are optionally used in log delivery for S3 destinations.
-
toS3
Send logs to an S3 Bucket.- Parameters:
bucket- This parameter is required.
-