@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.831Z")
public interface GenericWindowsImageProps
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.
|
default UserData getUserData()
Default: - Empty UserData for Windows machines
static GenericWindowsImageProps.Builder builder()
GenericWindowsImageProps.Builder
of GenericWindowsImageProps