Class CfnVerifiedAccessInstanceVerifiedAccessLogs
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnVerifiedAccessInstanceVerifiedAccessLogs
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:25.526Z")
@Stability(Stable)
public class CfnVerifiedAccessInstanceVerifiedAccessLogs
extends software.amazon.jsii.JsiiObject
Builder for CfnVerifiedAccessInstanceLogsMixin to generate VERIFIED_ACCESS_LOGS for CfnVerifiedAccessInstance.
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.ec2.mixins.*; CfnVerifiedAccessInstanceVerifiedAccessLogs cfnVerifiedAccessInstanceVerifiedAccessLogs = new CfnVerifiedAccessInstanceVerifiedAccessLogs();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnVerifiedAccessInstanceVerifiedAccessLogs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnVerifiedAccessInstanceVerifiedAccessLogs(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptiontoFirehose(IDeliveryStreamRef deliveryStream) Send logs to a Firehose Delivery Stream.toLogGroup(ILogGroupRef logGroup) Send logs to a CloudWatch Log Group.toS3(IBucketRef bucket) 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
-
CfnVerifiedAccessInstanceVerifiedAccessLogs
protected CfnVerifiedAccessInstanceVerifiedAccessLogs(software.amazon.jsii.JsiiObjectRef objRef) -
CfnVerifiedAccessInstanceVerifiedAccessLogs
protected CfnVerifiedAccessInstanceVerifiedAccessLogs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnVerifiedAccessInstanceVerifiedAccessLogs
@Stability(Experimental) public CfnVerifiedAccessInstanceVerifiedAccessLogs()
-
-
Method Details
-
toFirehose
@Stability(Stable) @NotNull public CfnVerifiedAccessInstanceLogsMixin toFirehose(@NotNull IDeliveryStreamRef deliveryStream) Send logs to a Firehose Delivery Stream.- Parameters:
deliveryStream- This parameter is required.
-
toLogGroup
@Stability(Stable) @NotNull public CfnVerifiedAccessInstanceLogsMixin toLogGroup(@NotNull ILogGroupRef logGroup) Send logs to a CloudWatch Log Group.- Parameters:
logGroup- This parameter is required.
-
toS3
@Stability(Stable) @NotNull public CfnVerifiedAccessInstanceLogsMixin toS3(@NotNull IBucketRef bucket) Send logs to an S3 Bucket.- Parameters:
bucket- This parameter is required.
-