@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:05.236Z") @Stability(value=Experimental) 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()
(experimental) Initial user data.
|
@Stability(value=Experimental) @Nullable default UserData getUserData()
Default: - Empty UserData for Windows machines
@Stability(value=Experimental) static WindowsImageProps.Builder builder()
WindowsImageProps.Builder of WindowsImagePropsCopyright © 2022. All rights reserved.