@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:06.490Z") @Stability(value=Experimental) public interface GenericWindowsImageProps extends software.amazon.jsii.JsiiSerializable
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.*;
UserData userData;
GenericWindowsImageProps genericWindowsImageProps = GenericWindowsImageProps.builder()
.userData(userData)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GenericWindowsImageProps.Builder
A builder for
GenericWindowsImageProps |
static class |
GenericWindowsImageProps.Jsii$Proxy
An implementation for
GenericWindowsImageProps |
| Modifier and Type | Method and Description |
|---|---|
static GenericWindowsImageProps.Builder |
builder() |
default UserData |
getUserData()
(experimental) Initial user data.
|
@Stability(value=Experimental) @Nullable default UserData getUserData()
Default: - Empty UserData for Windows machines
@Stability(value=Experimental) static GenericWindowsImageProps.Builder builder()
GenericWindowsImageProps.Builder of GenericWindowsImagePropsCopyright © 2022. All rights reserved.