Class CfnLoggingConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ivschat.CfnLoggingConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnLoggingConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfigurationMixinProps
An implementation for
CfnLoggingConfigurationMixinProps-
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.ivschat.CfnLoggingConfigurationMixinProps
CfnLoggingConfigurationMixinProps.Builder, CfnLoggingConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfigurationMixinProps.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 DestinationConfiguration is a complex type that contains information about where chat content will be logged.final StringgetName()Logging-configuration name.getTags()An array of key-value pairs to apply to this resource.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 theCfnLoggingConfigurationMixinProps.Builder.
-
-
Method Details
-
getDestinationConfiguration
Description copied from interface:CfnLoggingConfigurationMixinPropsThe DestinationConfiguration is a complex type that contains information about where chat content will be logged.Returns union: either
IResolvableorCfnLoggingConfigurationPropsMixin.DestinationConfigurationProperty- Specified by:
getDestinationConfigurationin interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getName
Description copied from interface:CfnLoggingConfigurationMixinPropsLogging-configuration name.The value does not need to be unique.
- Specified by:
getNamein interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnLoggingConfigurationMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnLoggingConfigurationMixinProps- 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()
-