Class CfnHarvestJob.S3DestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnHarvestJob.S3DestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHarvestJob.S3DestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarvestJob.S3DestinationProperty
@Stability(Stable)
@Internal
public static final class CfnHarvestJob.S3DestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarvestJob.S3DestinationProperty
An implementation for
CfnHarvestJob.S3DestinationProperty-
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.mediapackage.CfnHarvestJob.S3DestinationProperty
CfnHarvestJob.S3DestinationProperty.Builder, CfnHarvestJob.S3DestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHarvestJob.S3DestinationProperty.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 name of an S3 bucket within which harvested content will be exported.final StringThe key in the specified S3 bucket where the harvested top-level manifest will be placed.final StringThe IAM role used to write to the specified S3 bucket.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 theCfnHarvestJob.S3DestinationProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnHarvestJob.S3DestinationPropertyThe name of an S3 bucket within which harvested content will be exported.- Specified by:
getBucketNamein interfaceCfnHarvestJob.S3DestinationProperty- See Also:
-
getManifestKey
Description copied from interface:CfnHarvestJob.S3DestinationPropertyThe key in the specified S3 bucket where the harvested top-level manifest will be placed.- Specified by:
getManifestKeyin interfaceCfnHarvestJob.S3DestinationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnHarvestJob.S3DestinationPropertyThe IAM role used to write to the specified S3 bucket.- Specified by:
getRoleArnin interfaceCfnHarvestJob.S3DestinationProperty- 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()
-