Class CfnTask.ManifestConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnTask.ManifestConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTask.ManifestConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTask.ManifestConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTask.ManifestConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTask.ManifestConfigProperty
An implementation for
CfnTask.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.services.datasync.CfnTask.ManifestConfigProperty
CfnTask.ManifestConfigProperty.Builder, CfnTask.ManifestConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTask.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 theCfnTask.ManifestConfigProperty.Builder.
-
-
Method Details
-
getSource
Description copied from interface:CfnTask.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
IResolvableorCfnTask.SourceProperty- Specified by:
getSourcein interfaceCfnTask.ManifestConfigProperty- See Also:
-
getAction
Description copied from interface:CfnTask.ManifestConfigPropertySpecifies what DataSync uses the manifest for.- Specified by:
getActionin interfaceCfnTask.ManifestConfigProperty- See Also:
-
getFormat
Description copied from interface:CfnTask.ManifestConfigPropertySpecifies the file format of your manifest.For more information, see Creating a manifest .
- Specified by:
getFormatin interfaceCfnTask.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()
-