Class CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty
@Stability(Stable)
@Internal
public static final class CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty
An implementation for
CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty
CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Builder, CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.final ObjectThe Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigPropertyThe Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide .
- Specified by:
getRoleArnin interfaceCfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty- See Also:
-
getStreamArn
Description copied from interface:CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigPropertyThe Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.Returns union: either
StringorIStreamRef- Specified by:
getStreamArnin interfaceCfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-