Interface IPolicyViolatingResourceBeta1
Resource violating a specific rule.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicyViolatingResourceBeta1
Syntax (vb)
Public Interface IPolicyViolatingResourceBeta1
Remarks
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;
var policyViolatingResourceBeta1 = new PolicyViolatingResourceBeta1 {
Locations = new [] { "locations" },
ResourceLogicalId = "resourceLogicalId",
TemplatePath = "templatePath"
};
Synopsis
Properties
Locations | The locations in the CloudFormation template that pose the violations. |
ResourceLogicalId | The logical ID of the resource in the CloudFormation template. |
TemplatePath | The path to the CloudFormation template that contains this resource. |
Properties
Locations
The locations in the CloudFormation template that pose the violations.
string[] Locations { get; }
Property Value
System.String[]
ResourceLogicalId
The logical ID of the resource in the CloudFormation template.
string ResourceLogicalId { get; }
Property Value
System.String
TemplatePath
The path to the CloudFormation template that contains this resource.
string TemplatePath { get; }
Property Value
System.String