Show / Hide Table of Contents

Class CfnComponentProps

Properties for defining a AWS::ImageBuilder::Component.

Inheritance
System.Object
CfnComponentProps
Implements
ICfnComponentProps
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html

Synopsis

Constructors

CfnComponentProps()

Properties

ChangeDescription

AWS::ImageBuilder::Component.ChangeDescription.

Data

AWS::ImageBuilder::Component.Data.

Description

AWS::ImageBuilder::Component.Description.

KmsKeyId

AWS::ImageBuilder::Component.KmsKeyId.

Name

AWS::ImageBuilder::Component.Name.

Platform

AWS::ImageBuilder::Component.Platform.

SupportedOsVersions

AWS::ImageBuilder::Component.SupportedOsVersions.

Tags

AWS::ImageBuilder::Component.Tags.

Uri

AWS::ImageBuilder::Component.Uri.

Version

AWS::ImageBuilder::Component.Version.

Constructors

CfnComponentProps()

public CfnComponentProps()

Properties

ChangeDescription

AWS::ImageBuilder::Component.ChangeDescription.

public string ChangeDescription { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription

Data

AWS::ImageBuilder::Component.Data.

public string Data { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data

Description

AWS::ImageBuilder::Component.Description.

public string Description { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description

KmsKeyId

AWS::ImageBuilder::Component.KmsKeyId.

public string KmsKeyId { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid

Name

AWS::ImageBuilder::Component.Name.

public string Name { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name

Platform

AWS::ImageBuilder::Component.Platform.

public string Platform { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform

SupportedOsVersions

AWS::ImageBuilder::Component.SupportedOsVersions.

public string[] SupportedOsVersions { get; set; }
Property Value

System.String[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-supportedosversions

Tags

AWS::ImageBuilder::Component.Tags.

public IDictionary<string, string> Tags { get; set; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.String>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-tags

Uri

AWS::ImageBuilder::Component.Uri.

public string Uri { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri

Version

AWS::ImageBuilder::Component.Version.

public string Version { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version

Implements

ICfnComponentProps
Back to top Generated by DocFX