@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.526Z") @Stability(value=Stable) public interface WindowsImageProps 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;
WindowsImageProps windowsImageProps = WindowsImageProps.builder()
.userData(userData)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WindowsImageProps.Builder
A builder for
WindowsImageProps |
static class |
WindowsImageProps.Jsii$Proxy
An implementation for
WindowsImageProps |
| Modifier and Type | Method and Description |
|---|---|
static WindowsImageProps.Builder |
builder() |
default UserData |
getUserData()
Initial user data.
|
@Stability(value=Stable) @Nullable default UserData getUserData()
Default: - Empty UserData for Windows machines
@Stability(value=Stable) static WindowsImageProps.Builder builder()
WindowsImageProps.Builder of WindowsImagePropsCopyright © 2022. All rights reserved.