Interface IStoredQueryReference
A reference to a StoredQuery resource.
Namespace: Amazon.CDK.AWS.Config
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStoredQueryReference
Syntax (vb)
Public Interface IStoredQueryReference
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.AWS.Config;
var storedQueryReference = new StoredQueryReference {
QueryName = "queryName"
};
Synopsis
Properties
QueryName | The QueryName of the StoredQuery resource. |
Properties
QueryName
The QueryName of the StoredQuery resource.
string QueryName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated