Show / Hide Table of Contents

Class OrganizationConfigRuleReference

A reference to a OrganizationConfigRule resource.

Inheritance
object
OrganizationConfigRuleReference
Implements
IOrganizationConfigRuleReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Config
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OrganizationConfigRuleReference : IOrganizationConfigRuleReference
Syntax (vb)
Public Class OrganizationConfigRuleReference Implements 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

Constructors

OrganizationConfigRuleReference()

A reference to a OrganizationConfigRule resource.

Properties

OrganizationConfigRuleId

The Id of the OrganizationConfigRule resource.

Constructors

OrganizationConfigRuleReference()

A reference to a OrganizationConfigRule resource.

public OrganizationConfigRuleReference()
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"
            };

Properties

OrganizationConfigRuleId

The Id of the OrganizationConfigRule resource.

public string OrganizationConfigRuleId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IOrganizationConfigRuleReference
Back to top Generated by DocFX