Class CfnComponentProps
Properties for defining a AWS::ImageBuilder::Component
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.AWS.ImageBuilder.dll
Syntax (csharp)
public class CfnComponentProps : Object, ICfnComponentProps
Syntax (vb)
Public Class CfnComponentProps
Inherits Object
Implements ICfnComponentProps
Remarks
Synopsis
Constructors
CfnComponentProps() |
Properties
ChangeDescription |
|
Data |
|
Description |
|
KmsKeyId |
|
Name |
|
Platform |
|
SupportedOsVersions |
|
Tags |
|
Uri |
|
Version |
|
Constructors
CfnComponentProps()
public CfnComponentProps()
Properties
ChangeDescription
AWS::ImageBuilder::Component.ChangeDescription
.
public string ChangeDescription { get; set; }
Property Value
System.String
Remarks
Data
AWS::ImageBuilder::Component.Data
.
public string Data { get; set; }
Property Value
System.String
Remarks
Description
AWS::ImageBuilder::Component.Description
.
public string Description { get; set; }
Property Value
System.String
Remarks
KmsKeyId
AWS::ImageBuilder::Component.KmsKeyId
.
public string KmsKeyId { get; set; }
Property Value
System.String
Remarks
Name
AWS::ImageBuilder::Component.Name
.
public string Name { get; set; }
Property Value
System.String
Remarks
Platform
AWS::ImageBuilder::Component.Platform
.
public string Platform { get; set; }
Property Value
System.String
Remarks
SupportedOsVersions
AWS::ImageBuilder::Component.SupportedOsVersions
.
public string[] SupportedOsVersions { get; set; }
Property Value
System.String[]
Remarks
Tags
AWS::ImageBuilder::Component.Tags
.
public IDictionary<string, string> Tags { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
Remarks
Uri
AWS::ImageBuilder::Component.Uri
.
public string Uri { get; set; }
Property Value
System.String
Remarks
Version
AWS::ImageBuilder::Component.Version
.
public string Version { get; set; }
Property Value
System.String