Class CfnSoftwarePackage
Use the AWS::IoT::SoftwarePackage
resource to create a software package.
Inherited Members
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSoftwarePackage : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnSoftwarePackage
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
For information about working with software packages, see AWS IoT Device Management Software Package Catalog and Creating a software package and package version in the AWS IoT Developer Guide . See also, CreatePackage in the API Guide .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html
CloudformationResource: AWS::IoT::SoftwarePackage
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;
var cfnSoftwarePackage = new CfnSoftwarePackage(this, "MyCfnSoftwarePackage", new CfnSoftwarePackageProps {
Description = "description",
PackageName = "packageName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
The Amazon Resource Name (ARN) for the package. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Description | |
Package |
|
Tags | An array of key-value pairs to apply to this resource. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnSoftwarePackage(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnSoftwarePackage(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnSoftwarePackage(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnSoftwarePackage(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnSoftwarePackage(Construct, String, ICfnSoftwarePackageProps)
public CfnSoftwarePackage(Construct scope, string id, ICfnSoftwarePackageProps props = null)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Software Package Props Resource properties.
Properties
AttrPackageArn
The Amazon Resource Name (ARN) for the package.
public virtual string AttrPackageArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: PackageArn
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
Description
public virtual string Description { get; set; }
Property Value
System.
PackageName
public virtual string PackageName { get; set; }
Property Value
System.
Tags
An array of key-value pairs to apply to this resource.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfn
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.