Class CfnStage.AccessLogSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnStage.AccessLogSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStage.AccessLogSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStage.AccessLogSettingProperty
@Stability(Stable)
@Internal
public static final class CfnStage.AccessLogSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStage.AccessLogSettingProperty
An implementation for
CfnStage.AccessLogSettingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnStage.AccessLogSettingProperty
CfnStage.AccessLogSettingProperty.Builder, CfnStage.AccessLogSettingProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStage.AccessLogSettingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.final String
A single line format of the access logs of data, as specified by selected $context variables .final int
hashCode()
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 theCfnStage.AccessLogSettingProperty.Builder
.
-
-
Method Details
-
getDestinationArn
Description copied from interface:CfnStage.AccessLogSettingProperty
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
amazon-apigateway-
. This parameter is required to enable access logging.- Specified by:
getDestinationArn
in interfaceCfnStage.AccessLogSettingProperty
- See Also:
-
getFormat
Description copied from interface:CfnStage.AccessLogSettingProperty
A single line format of the access logs of data, as specified by selected $context variables . The format must include at least$context.requestId
. This parameter is required to enable access logging.- Specified by:
getFormat
in interfaceCfnStage.AccessLogSettingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-