AWS SDK for .NET Documentation
HostnameTheme Property
AmazonAmazon.OpsWorks.ModelCloneStackRequestHostnameTheme Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property HostnameTheme.

The stack's host name theme, with spaces are replaced by underscores. The theme is used to generate host names for the stack's instances. By default,

CopyC#
HostnameTheme
is set to
CopyC#
Layer_Dependent
, which creates host names by appending integers to the layer's short name. The other themes are:

To obtain a generated host name, call

CopyC#
GetHostNameSuggestion
, which returns a host name based on the current theme.

Declaration Syntax
C#
public string HostnameTheme { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)