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