Class CfnStreamMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnStreamMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamMixinProps
@Stability(Stable)
@Internal
public static final class CfnStreamMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamMixinProps
An implementation for
CfnStreamMixinProps-
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.iot.CfnStreamMixinProps
CfnStreamMixinProps.Builder, CfnStreamMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStreamMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamMixinProps.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 description of the stream.final ObjectgetFiles()The files to stream.final StringAn IAM role that allows the IoT service principal to access your S3 files.final StringThe stream ID.getTags()Metadata which can be used to manage streams.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 theCfnStreamMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnStreamMixinPropsThe description of the stream.- Specified by:
getDescriptionin interfaceCfnStreamMixinProps- See Also:
-
getFiles
Description copied from interface:CfnStreamMixinPropsThe files to stream.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStreamPropsMixin.StreamFileProperty>- Specified by:
getFilesin interfaceCfnStreamMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnStreamMixinPropsAn IAM role that allows the IoT service principal to access your S3 files.- Specified by:
getRoleArnin interfaceCfnStreamMixinProps- See Also:
-
getStreamId
Description copied from interface:CfnStreamMixinPropsThe stream ID.- Specified by:
getStreamIdin interfaceCfnStreamMixinProps- See Also:
-
getTags
Description copied from interface:CfnStreamMixinPropsMetadata which can be used to manage streams.- Specified by:
getTagsin interfaceCfnStreamMixinProps- 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()
-