Interface IIntegrationReference
A reference to a Integration resource.
Namespace: Amazon.CDK.Interfaces.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIntegrationReference
Syntax (vb)
Public Interface IIntegrationReference
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.CustomerProfiles;
var integrationReference = new IntegrationReference {
DomainName = "domainName",
Uri = "uri"
};
Synopsis
Properties
| DomainName | The DomainName of the Integration resource. |
| Uri | The Uri of the Integration resource. |
Properties
DomainName
The DomainName of the Integration resource.
string DomainName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Uri
The Uri of the Integration resource.
string Uri { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated