Class CfnTaskPropsMixin.ManifestConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.datasync.mixins.CfnTaskPropsMixin.ManifestConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskPropsMixin.ManifestConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskPropsMixin.ManifestConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTaskPropsMixin.ManifestConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskPropsMixin.ManifestConfigProperty
An implementation for
CfnTaskPropsMixin.ManifestConfigProperty-
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.mixins.preview.services.datasync.mixins.CfnTaskPropsMixin.ManifestConfigProperty
CfnTaskPropsMixin.ManifestConfigProperty.Builder, CfnTaskPropsMixin.ManifestConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskPropsMixin.ManifestConfigProperty.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 StringSpecifies what DataSync uses the manifest for.final StringSpecifies the file format of your manifest.final ObjectSpecifies the manifest that you want DataSync to use and where it's hosted.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 theCfnTaskPropsMixin.ManifestConfigProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnTaskPropsMixin.ManifestConfigPropertySpecifies what DataSync uses the manifest for.- Specified by:
getActionin interfaceCfnTaskPropsMixin.ManifestConfigProperty- See Also:
-
getFormat
Description copied from interface:CfnTaskPropsMixin.ManifestConfigPropertySpecifies the file format of your manifest.For more information, see Creating a manifest .
- Specified by:
getFormatin interfaceCfnTaskPropsMixin.ManifestConfigProperty- See Also:
-
getSource
Description copied from interface:CfnTaskPropsMixin.ManifestConfigPropertySpecifies the manifest that you want DataSync to use and where it's hosted.You must specify this parameter if you're configuring a new manifest on or after February 7, 2024.
If you don't, you'll get a 400 status code and
ValidationExceptionerror stating that you're missing the IAM role for DataSync to access the S3 bucket where you're hosting your manifest. For more information, see Providing DataSync access to your manifest .Returns union: either
IResolvableorCfnTaskPropsMixin.SourceProperty- Specified by:
getSourcein interfaceCfnTaskPropsMixin.ManifestConfigProperty- 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()
-