Class CfnGrantProps
Properties for defining a CfnGrant
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.LicenseManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGrantProps : Object, ICfnGrantProps
Syntax (vb)
Public Class CfnGrantProps
Inherits Object
Implements ICfnGrantProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.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.LicenseManager;
var cfnGrantProps = new CfnGrantProps {
AllowedOperations = new [] { "allowedOperations" },
GrantName = "grantName",
HomeRegion = "homeRegion",
LicenseArn = "licenseArn",
Principals = new [] { "principals" },
Status = "status"
};
Synopsis
Constructors
Cfn |
Properties
Allowed |
Allowed operations for the grant. |
Grant |
Grant name. |
Home |
Home Region of the grant. |
License |
License ARN. |
Principals | The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):. |
Status | Granted license status. |
Constructors
CfnGrantProps()
public CfnGrantProps()
Properties
AllowedOperations
Allowed operations for the grant.
public string[] AllowedOperations { get; set; }
Property Value
System.
Remarks
GrantName
Grant name.
public string GrantName { get; set; }
Property Value
System.
Remarks
HomeRegion
Home Region of the grant.
public string HomeRegion { get; set; }
Property Value
System.
Remarks
LicenseArn
License ARN.
public string LicenseArn { get; set; }
Property Value
System.
Remarks
Principals
The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):.
public string[] Principals { get; set; }
Property Value
System.
Remarks
Status
Granted license status.
public string Status { get; set; }
Property Value
System.