Class CfnResourceSetProps
Properties for defining a CfnResourceSet
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.FMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResourceSetProps : Object, ICfnResourceSetProps
Syntax (vb)
Public Class CfnResourceSetProps
Inherits Object
Implements ICfnResourceSetProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-resourceset.html
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.FMS;
var cfnResourceSetProps = new CfnResourceSetProps {
Name = "name",
ResourceTypeList = new [] { "resourceTypeList" },
// the properties below are optional
Description = "description",
Resources = new [] { "resources" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Description | A description of the resource set. |
Name | The descriptive name of the resource set. |
Resources | |
Resource |
Determines the resources that can be associated to the resource set. |
Tags |
Constructors
CfnResourceSetProps()
public CfnResourceSetProps()
Properties
Description
A description of the resource set.
public string Description { get; set; }
Property Value
System.
Remarks
Name
The descriptive name of the resource set.
public string Name { get; set; }
Property Value
System.
Remarks
You can't change the name of a resource set after you create it.
Resources
public string[] Resources { get; set; }
Property Value
System.
Remarks
ResourceTypeList
Determines the resources that can be associated to the resource set.
public string[] ResourceTypeList { get; set; }
Property Value
System.
Remarks
Depending on your setting for max results and the number of resource sets, a single call might not return the full list.