Class FrameCaptureOutputGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.FrameCaptureOutputGroupProps.Jsii$Proxy
- All Implemented Interfaces:
FrameCaptureOutputGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FrameCaptureOutputGroupProps
@Stability(Experimental)
@Internal
public static final class FrameCaptureOutputGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FrameCaptureOutputGroupProps
An implementation for
FrameCaptureOutputGroupProps-
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.medialive.alpha.FrameCaptureOutputGroupProps
FrameCaptureOutputGroupProps.Builder, FrameCaptureOutputGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theFrameCaptureOutputGroupProps.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 List<S3OutputDestination> (experimental) The destinations for this output group — one per pipeline.final S3CannedAcl(experimental) The S3 canned ACL to apply to each frame capture output.final StringgetName()(experimental) The name of this output group.final List<FrameCaptureOutputDefinition> (experimental) The outputs for this Frame Capture output group.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 theFrameCaptureOutputGroupProps.Builder.
-
-
Method Details
-
getDestinations
Description copied from interface:FrameCaptureOutputGroupProps(experimental) The destinations for this output group — one per pipeline.Array position determines the pipeline mapping:
destinations[0]→ Pipeline 0destinations[1]→ Pipeline 1 (STANDARD channels only)
For a SINGLE_PIPELINE channel, provide exactly 1 destination. For a STANDARD channel, provide exactly 2 destinations.
- Specified by:
getDestinationsin interfaceFrameCaptureOutputGroupProps
-
getName
Description copied from interface:FrameCaptureOutputGroupProps(experimental) The name of this output group.Used as the destination reference ID. Underscores are normalised to hyphens internally.
- Specified by:
getNamein interfaceFrameCaptureOutputGroupProps
-
getFrameCaptureS3CannedAcl
Description copied from interface:FrameCaptureOutputGroupProps(experimental) The S3 canned ACL to apply to each frame capture output.Default: - no canned ACL
- Specified by:
getFrameCaptureS3CannedAclin interfaceFrameCaptureOutputGroupProps
-
getOutputs
Description copied from interface:FrameCaptureOutputGroupProps(experimental) The outputs for this Frame Capture output group.Default: - no initial outputs
- Specified by:
getOutputsin interfaceFrameCaptureOutputGroupProps
-
$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()
-