Show / Hide Table of Contents

Interface CfnWorkerPropsMixin.IHostPropertiesRequestProperty

The host property details.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnWorkerPropsMixin.IHostPropertiesRequestProperty
Syntax (vb)
Public Interface CfnWorkerPropsMixin.IHostPropertiesRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-worker-hostpropertiesrequest.html

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.CfnPropertyMixins.AWS.Deadline;

             var hostPropertiesRequestProperty = new HostPropertiesRequestProperty {
                 HostName = "hostName",
                 IpAddresses = new IpAddressesProperty {
                     IpV4Addresses = new [] { "ipV4Addresses" },
                     IpV6Addresses = new [] { "ipV6Addresses" }
                 }
             };

Synopsis

Properties

HostName

The host name.

IpAddresses

The IP addresses for a host.

Properties

HostName

The host name.

string? HostName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-worker-hostpropertiesrequest.html#cfn-deadline-worker-hostpropertiesrequest-hostname

IpAddresses

The IP addresses for a host.

object? IpAddresses { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-worker-hostpropertiesrequest.html#cfn-deadline-worker-hostpropertiesrequest-ipaddresses

Type union: either IResolvable or CfnWorkerPropsMixin.IIpAddressesProperty

Back to top Generated by DocFX