Class CfnStorageConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnStorageConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnStorageConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageConfigurationProps
An implementation for
CfnStorageConfigurationProps-
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.ivs.CfnStorageConfigurationProps
CfnStorageConfigurationProps.Builder, CfnStorageConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageConfigurationProps.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 StringgetName()Storage cnfiguration name.final ObjectgetS3()An S3 storage configuration contains information about where recorded video will be stored.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 theCfnStorageConfigurationProps.Builder.
-
-
Method Details
-
getS3
Description copied from interface:CfnStorageConfigurationPropsAn S3 storage configuration contains information about where recorded video will be stored.See the S3StorageConfiguration property type for more information.
Returns union: either
IResolvableorCfnStorageConfiguration.S3StorageConfigurationProperty- Specified by:
getS3in interfaceCfnStorageConfigurationProps- See Also:
-
getName
Description copied from interface:CfnStorageConfigurationPropsStorage cnfiguration name.- Specified by:
getNamein interfaceCfnStorageConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnStorageConfigurationPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStorageConfigurationProps- 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()
-