| Package | Description |
|---|---|
| software.amazon.awscdk.services.imagebuilder |
AWS::ImageBuilder Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.Builder |
CfnComponent.Builder.changeDescription(String changeDescription)
The change description of the component.
|
static CfnComponent.Builder |
CfnComponent.Builder.create(software.constructs.Construct scope,
String id) |
CfnComponent.Builder |
CfnComponent.Builder.data(String data)
Component `data` contains inline YAML document content for the component.
|
CfnComponent.Builder |
CfnComponent.Builder.description(String description)
The description of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key that should be used to encrypt this component.
|
CfnComponent.Builder |
CfnComponent.Builder.name(String name)
The name of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.platform(String platform)
The platform of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.supportedOsVersions(List<String> supportedOsVersions)
The operating system (OS) version supported by the component.
|
CfnComponent.Builder |
CfnComponent.Builder.tags(Map<String,String> tags)
The tags of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.uri(String uri)
The `uri` of a YAML component document file.
|
CfnComponent.Builder |
CfnComponent.Builder.version(String version)
The component version.
|
Copyright © 2022. All rights reserved.