Class CfnEventStreamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnEventStreamProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventStreamProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventStreamProps
@Stability(Stable)
@Internal
public static final class CfnEventStreamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventStreamProps
An implementation for
CfnEventStreamProps-
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.customerprofiles.CfnEventStreamProps
CfnEventStreamProps.Builder, CfnEventStreamProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEventStreamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventStreamProps.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 unique name of the domain.final StringThe name of the event stream.getTags()The tags used to organize, track, or control access for this resource.final StringgetUri()The StreamARN of the destination to deliver profile events to.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 theCfnEventStreamProps.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnEventStreamPropsThe unique name of the domain.- Specified by:
getDomainNamein interfaceCfnEventStreamProps- See Also:
-
getEventStreamName
Description copied from interface:CfnEventStreamPropsThe name of the event stream.- Specified by:
getEventStreamNamein interfaceCfnEventStreamProps- See Also:
-
getUri
Description copied from interface:CfnEventStreamPropsThe StreamARN of the destination to deliver profile events to.For example, arn:aws:kinesis:region:account-id:stream/stream-name.
- Specified by:
getUriin interfaceCfnEventStreamProps- See Also:
-
getTags
Description copied from interface:CfnEventStreamPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnEventStreamProps- 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()
-