@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.419Z") @Stability(value=Stable) 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()
Initial user data.
|
@Stability(value=Stable) @Nullable default UserData getUserData()
Default: - Empty UserData for Windows machines
@Stability(value=Stable) static GenericWindowsImageProps.Builder builder()
GenericWindowsImageProps.Builder of GenericWindowsImagePropsCopyright © 2022. All rights reserved.