Interface IOrganizationConfigRuleReference
A reference to a OrganizationConfigRule resource.
Namespace: Amazon.CDK.Interfaces.Config
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOrganizationConfigRuleReference
Syntax (vb)
Public Interface IOrganizationConfigRuleReference
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.Interfaces.Config;
var organizationConfigRuleReference = new OrganizationConfigRuleReference {
OrganizationConfigRuleId = "organizationConfigRuleId"
};
Synopsis
Properties
| OrganizationConfigRuleId | The Id of the OrganizationConfigRule resource. |
Properties
OrganizationConfigRuleId
The Id of the OrganizationConfigRule resource.
string OrganizationConfigRuleId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated