Class CrossAccountDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CrossAccountDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
CrossAccountDestinationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CrossAccountDestinationProps
@Stability(Stable)
@Internal
public static final class CrossAccountDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CrossAccountDestinationProps
An implementation for
CrossAccountDestinationProps
-
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.logs.CrossAccountDestinationProps
CrossAccountDestinationProps.Builder, CrossAccountDestinationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCrossAccountDestinationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCrossAccountDestinationProps.Builder
.
-
-
Method Details
-
getRole
Description copied from interface:CrossAccountDestinationProps
The role to assume that grants permissions to write to 'target'.The role must be assumable by 'logs.{REGION}.amazonaws.com'.
- Specified by:
getRole
in interfaceCrossAccountDestinationProps
-
getTargetArn
Description copied from interface:CrossAccountDestinationProps
The log destination target's ARN.- Specified by:
getTargetArn
in interfaceCrossAccountDestinationProps
-
getDestinationName
Description copied from interface:CrossAccountDestinationProps
The name of the log destination.Default: Automatically generated
- Specified by:
getDestinationName
in interfaceCrossAccountDestinationProps
-
$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()
-