Service Hostname Configuration Args
data class ServiceHostnameConfigurationArgs(val developerPortals: Output<List<ServiceHostnameConfigurationDeveloperPortalArgs>>? = null, val managements: Output<List<ServiceHostnameConfigurationManagementArgs>>? = null, val portals: Output<List<ServiceHostnameConfigurationPortalArgs>>? = null, val proxies: Output<List<ServiceHostnameConfigurationProxyArgs>>? = null, val scms: Output<List<ServiceHostnameConfigurationScmArgs>>? = null) : ConvertibleToJava<ServiceHostnameConfigurationArgs>
Constructors
Link copied to clipboard
constructor(developerPortals: Output<List<ServiceHostnameConfigurationDeveloperPortalArgs>>? = null, managements: Output<List<ServiceHostnameConfigurationManagementArgs>>? = null, portals: Output<List<ServiceHostnameConfigurationPortalArgs>>? = null, proxies: Output<List<ServiceHostnameConfigurationProxyArgs>>? = null, scms: Output<List<ServiceHostnameConfigurationScmArgs>>? = null)
Properties
Link copied to clipboard
One or more developer_portal
blocks as documented below.
Link copied to clipboard
One or more management
blocks as documented below.
Link copied to clipboard
One or more portal
blocks as documented below.
Link copied to clipboard
One or more proxy
blocks as documented below.
Link copied to clipboard
One or more scm
blocks as documented below.