interface MultipartUserDataOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.MultipartUserDataOptions |
![]() | software.amazon.awscdk.services.ec2.MultipartUserDataOptions |
![]() | aws_cdk.aws_ec2.MultipartUserDataOptions |
![]() | @aws-cdk/aws-ec2 » MultipartUserDataOptions |
Options for creating {@link MultipartUserData}.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const multipartUserDataOptions: ec2.MultipartUserDataOptions = {
partsSeparator: 'partsSeparator',
};
Properties
Name | Type | Description |
---|---|---|
parts | string | The string used to separate parts in multipart user data archive (it's like MIME boundary). |
partsSeparator?
Type:
string
(optional, default: +AWS+CDK+User+Data+Separator==
)
The string used to separate parts in multipart user data archive (it's like MIME boundary).
This string should contain [a-zA-Z0-9()+,-./:=?] characters only, and should not be present in any part, or in text content of archive.