Show / Hide Table of Contents

Interface IHostedConfigurationVersionReference

A reference to a HostedConfigurationVersion resource.

Namespace: Amazon.CDK.Interfaces.AppConfig
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHostedConfigurationVersionReference
Syntax (vb)
Public Interface IHostedConfigurationVersionReference
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.AppConfig;

            var hostedConfigurationVersionReference = new HostedConfigurationVersionReference {
                ApplicationId = "applicationId",
                ConfigurationProfileId = "configurationProfileId",
                VersionNumber = "versionNumber"
            };

Synopsis

Properties

ApplicationId

The ApplicationId of the HostedConfigurationVersion resource.

ConfigurationProfileId

The ConfigurationProfileId of the HostedConfigurationVersion resource.

VersionNumber

The VersionNumber of the HostedConfigurationVersion resource.

Properties

ApplicationId

The ApplicationId of the HostedConfigurationVersion resource.

string ApplicationId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ConfigurationProfileId

The ConfigurationProfileId of the HostedConfigurationVersion resource.

string ConfigurationProfileId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

VersionNumber

The VersionNumber of the HostedConfigurationVersion resource.

string VersionNumber { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX