Class CfnDeployment.AccessLogSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDeployment.AccessLogSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.AccessLogSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeployment.AccessLogSettingProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.AccessLogSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.AccessLogSettingProperty
An implementation for
CfnDeployment.AccessLogSettingProperty-
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.services.apigateway.CfnDeployment.AccessLogSettingProperty
CfnDeployment.AccessLogSettingProperty.Builder, CfnDeployment.AccessLogSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeployment.AccessLogSettingProperty.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 StringThe Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.final StringA single line format of the access logs of data, as specified by selected $context variables.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 theCfnDeployment.AccessLogSettingProperty.Builder.
-
-
Method Details
-
getDestinationArn
Description copied from interface:CfnDeployment.AccessLogSettingPropertyThe 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-.- Specified by:
getDestinationArnin interfaceCfnDeployment.AccessLogSettingProperty- See Also:
-
getFormat
Description copied from interface:CfnDeployment.AccessLogSettingPropertyA single line format of the access logs of data, as specified by selected $context variables.The format must include at least
$context.requestId.- Specified by:
getFormatin interfaceCfnDeployment.AccessLogSettingProperty- 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()
-