@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.485Z") @Stability(value=Stable) public interface MultipartUserDataOptions extends software.amazon.jsii.JsiiSerializable
MultipartUserData.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
MultipartUserDataOptions multipartUserDataOptions = MultipartUserDataOptions.builder()
.partsSeparator("partsSeparator")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MultipartUserDataOptions.Builder
A builder for
MultipartUserDataOptions |
static class |
MultipartUserDataOptions.Jsii$Proxy
An implementation for
MultipartUserDataOptions |
| Modifier and Type | Method and Description |
|---|---|
static MultipartUserDataOptions.Builder |
builder() |
default String |
getPartsSeparator()
The string used to separate parts in multipart user data archive (it's like MIME boundary).
|
@Stability(value=Stable) @Nullable default String getPartsSeparator()
This string should contain [a-zA-Z0-9()+,-./:=?] characters only, and should not be present in any part, or in text content of archive.
Default: `+AWS+CDK+User+Data+Separator==`
@Stability(value=Stable) static MultipartUserDataOptions.Builder builder()
MultipartUserDataOptions.Builder of MultipartUserDataOptionsCopyright © 2022. All rights reserved.