Documentation ¶
Index ¶
- func NewNginxDeploymentFrontendPrivateList_Override(n NginxDeploymentFrontendPrivateList, ...)
- func NewNginxDeploymentFrontendPrivateOutputReference_Override(n NginxDeploymentFrontendPrivateOutputReference, ...)
- func NewNginxDeploymentFrontendPublicOutputReference_Override(n NginxDeploymentFrontendPublicOutputReference, ...)
- func NewNginxDeploymentIdentityOutputReference_Override(n NginxDeploymentIdentityOutputReference, ...)
- func NewNginxDeploymentLoggingStorageAccountList_Override(n NginxDeploymentLoggingStorageAccountList, ...)
- func NewNginxDeploymentLoggingStorageAccountOutputReference_Override(n NginxDeploymentLoggingStorageAccountOutputReference, ...)
- func NewNginxDeploymentNetworkInterfaceList_Override(n NginxDeploymentNetworkInterfaceList, ...)
- func NewNginxDeploymentNetworkInterfaceOutputReference_Override(n NginxDeploymentNetworkInterfaceOutputReference, ...)
- func NewNginxDeploymentTimeoutsOutputReference_Override(n NginxDeploymentTimeoutsOutputReference, ...)
- func NewNginxDeployment_Override(n NginxDeployment, scope constructs.Construct, id *string, ...)
- func NginxDeployment_IsConstruct(x interface{}) *bool
- func NginxDeployment_TfResourceType() *string
- type NginxDeployment
- type NginxDeploymentConfig
- type NginxDeploymentFrontendPrivate
- type NginxDeploymentFrontendPrivateList
- type NginxDeploymentFrontendPrivateOutputReference
- type NginxDeploymentFrontendPublic
- type NginxDeploymentFrontendPublicOutputReference
- type NginxDeploymentIdentity
- type NginxDeploymentIdentityOutputReference
- type NginxDeploymentLoggingStorageAccount
- type NginxDeploymentLoggingStorageAccountList
- type NginxDeploymentLoggingStorageAccountOutputReference
- type NginxDeploymentNetworkInterface
- type NginxDeploymentNetworkInterfaceList
- type NginxDeploymentNetworkInterfaceOutputReference
- type NginxDeploymentTimeouts
- type NginxDeploymentTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNginxDeploymentFrontendPrivateList_Override ¶
func NewNginxDeploymentFrontendPrivateList_Override(n NginxDeploymentFrontendPrivateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNginxDeploymentFrontendPrivateOutputReference_Override ¶
func NewNginxDeploymentFrontendPrivateOutputReference_Override(n NginxDeploymentFrontendPrivateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNginxDeploymentFrontendPublicOutputReference_Override ¶
func NewNginxDeploymentFrontendPublicOutputReference_Override(n NginxDeploymentFrontendPublicOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNginxDeploymentIdentityOutputReference_Override ¶
func NewNginxDeploymentIdentityOutputReference_Override(n NginxDeploymentIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNginxDeploymentLoggingStorageAccountList_Override ¶
func NewNginxDeploymentLoggingStorageAccountList_Override(n NginxDeploymentLoggingStorageAccountList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNginxDeploymentLoggingStorageAccountOutputReference_Override ¶
func NewNginxDeploymentLoggingStorageAccountOutputReference_Override(n NginxDeploymentLoggingStorageAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNginxDeploymentNetworkInterfaceList_Override ¶
func NewNginxDeploymentNetworkInterfaceList_Override(n NginxDeploymentNetworkInterfaceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNginxDeploymentNetworkInterfaceOutputReference_Override ¶
func NewNginxDeploymentNetworkInterfaceOutputReference_Override(n NginxDeploymentNetworkInterfaceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNginxDeploymentTimeoutsOutputReference_Override ¶
func NewNginxDeploymentTimeoutsOutputReference_Override(n NginxDeploymentTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNginxDeployment_Override ¶
func NewNginxDeployment_Override(n NginxDeployment, scope constructs.Construct, id *string, config *NginxDeploymentConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment azurerm_nginx_deployment} Resource.
func NginxDeployment_IsConstruct ¶
func NginxDeployment_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func NginxDeployment_TfResourceType ¶
func NginxDeployment_TfResourceType() *string
Types ¶
type NginxDeployment ¶
type NginxDeployment interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DiagnoseSupportEnabled() interface{} SetDiagnoseSupportEnabled(val interface{}) DiagnoseSupportEnabledInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string FrontendPrivate() NginxDeploymentFrontendPrivateList FrontendPrivateInput() interface{} FrontendPublic() NginxDeploymentFrontendPublicOutputReference FrontendPublicInput() *NginxDeploymentFrontendPublic Id() *string SetId(val *string) Identity() NginxDeploymentIdentityOutputReference IdentityInput() *NginxDeploymentIdentity IdInput() *string IpAddress() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string LoggingStorageAccount() NginxDeploymentLoggingStorageAccountList LoggingStorageAccountInput() interface{} ManagedResourceGroup() *string SetManagedResourceGroup(val *string) ManagedResourceGroupInput() *string Name() *string SetName(val *string) NameInput() *string NetworkInterface() NginxDeploymentNetworkInterfaceList NetworkInterfaceInput() interface{} NginxVersion() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string Sku() *string SetSku(val *string) SkuInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() NginxDeploymentTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutFrontendPrivate(value interface{}) PutFrontendPublic(value *NginxDeploymentFrontendPublic) PutIdentity(value *NginxDeploymentIdentity) PutLoggingStorageAccount(value interface{}) PutNetworkInterface(value interface{}) PutTimeouts(value *NginxDeploymentTimeouts) ResetDiagnoseSupportEnabled() ResetFrontendPrivate() ResetFrontendPublic() ResetId() ResetIdentity() ResetLoggingStorageAccount() ResetManagedResourceGroup() ResetNetworkInterface() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment azurerm_nginx_deployment}.
func NewNginxDeployment ¶
func NewNginxDeployment(scope constructs.Construct, id *string, config *NginxDeploymentConfig) NginxDeployment
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment azurerm_nginx_deployment} Resource.
type NginxDeploymentConfig ¶
type NginxDeploymentConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#location NginxDeployment#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#name NginxDeployment#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#resource_group_name NginxDeployment#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#sku NginxDeployment#sku}. Sku *string `field:"required" json:"sku" yaml:"sku"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#diagnose_support_enabled NginxDeployment#diagnose_support_enabled}. DiagnoseSupportEnabled interface{} `field:"optional" json:"diagnoseSupportEnabled" yaml:"diagnoseSupportEnabled"` // frontend_private block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#frontend_private NginxDeployment#frontend_private} FrontendPrivate interface{} `field:"optional" json:"frontendPrivate" yaml:"frontendPrivate"` // frontend_public block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#frontend_public NginxDeployment#frontend_public} FrontendPublic *NginxDeploymentFrontendPublic `field:"optional" json:"frontendPublic" yaml:"frontendPublic"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#id NginxDeployment#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // identity block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#identity NginxDeployment#identity} Identity *NginxDeploymentIdentity `field:"optional" json:"identity" yaml:"identity"` // logging_storage_account block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#logging_storage_account NginxDeployment#logging_storage_account} LoggingStorageAccount interface{} `field:"optional" json:"loggingStorageAccount" yaml:"loggingStorageAccount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#managed_resource_group NginxDeployment#managed_resource_group}. ManagedResourceGroup *string `field:"optional" json:"managedResourceGroup" yaml:"managedResourceGroup"` // network_interface block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#network_interface NginxDeployment#network_interface} NetworkInterface interface{} `field:"optional" json:"networkInterface" yaml:"networkInterface"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#tags NginxDeployment#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#timeouts NginxDeployment#timeouts} Timeouts *NginxDeploymentTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type NginxDeploymentFrontendPrivate ¶
type NginxDeploymentFrontendPrivate struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#allocation_method NginxDeployment#allocation_method}. AllocationMethod *string `field:"required" json:"allocationMethod" yaml:"allocationMethod"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#ip_address NginxDeployment#ip_address}. IpAddress *string `field:"required" json:"ipAddress" yaml:"ipAddress"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#subnet_id NginxDeployment#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` }
type NginxDeploymentFrontendPrivateList ¶
type NginxDeploymentFrontendPrivateList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) NginxDeploymentFrontendPrivateOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentFrontendPrivateList ¶
func NewNginxDeploymentFrontendPrivateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NginxDeploymentFrontendPrivateList
type NginxDeploymentFrontendPrivateOutputReference ¶
type NginxDeploymentFrontendPrivateOutputReference interface { cdktf.ComplexObject AllocationMethod() *string SetAllocationMethod(val *string) AllocationMethodInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IpAddress() *string SetIpAddress(val *string) IpAddressInput() *string SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentFrontendPrivateOutputReference ¶
func NewNginxDeploymentFrontendPrivateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NginxDeploymentFrontendPrivateOutputReference
type NginxDeploymentFrontendPublic ¶
type NginxDeploymentFrontendPublic struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#ip_address NginxDeployment#ip_address}. IpAddress *[]*string `field:"optional" json:"ipAddress" yaml:"ipAddress"` }
type NginxDeploymentFrontendPublicOutputReference ¶
type NginxDeploymentFrontendPublicOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *NginxDeploymentFrontendPublic SetInternalValue(val *NginxDeploymentFrontendPublic) IpAddress() *[]*string SetIpAddress(val *[]*string) IpAddressInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetIpAddress() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentFrontendPublicOutputReference ¶
func NewNginxDeploymentFrontendPublicOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NginxDeploymentFrontendPublicOutputReference
type NginxDeploymentIdentity ¶
type NginxDeploymentIdentity struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#type NginxDeployment#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#identity_ids NginxDeployment#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type NginxDeploymentIdentityOutputReference ¶
type NginxDeploymentIdentityOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string IdentityIds() *[]*string SetIdentityIds(val *[]*string) IdentityIdsInput() *[]*string InternalValue() *NginxDeploymentIdentity SetInternalValue(val *NginxDeploymentIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetIdentityIds() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentIdentityOutputReference ¶
func NewNginxDeploymentIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NginxDeploymentIdentityOutputReference
type NginxDeploymentLoggingStorageAccount ¶
type NginxDeploymentLoggingStorageAccount struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#container_name NginxDeployment#container_name}. ContainerName *string `field:"optional" json:"containerName" yaml:"containerName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#name NginxDeployment#name}. Name *string `field:"optional" json:"name" yaml:"name"` }
type NginxDeploymentLoggingStorageAccountList ¶
type NginxDeploymentLoggingStorageAccountList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) NginxDeploymentLoggingStorageAccountOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentLoggingStorageAccountList ¶
func NewNginxDeploymentLoggingStorageAccountList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NginxDeploymentLoggingStorageAccountList
type NginxDeploymentLoggingStorageAccountOutputReference ¶
type NginxDeploymentLoggingStorageAccountOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ContainerName() *string SetContainerName(val *string) ContainerNameInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetContainerName() ResetName() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentLoggingStorageAccountOutputReference ¶
func NewNginxDeploymentLoggingStorageAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NginxDeploymentLoggingStorageAccountOutputReference
type NginxDeploymentNetworkInterface ¶
type NginxDeploymentNetworkInterface struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#subnet_id NginxDeployment#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` }
type NginxDeploymentNetworkInterfaceList ¶
type NginxDeploymentNetworkInterfaceList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) NginxDeploymentNetworkInterfaceOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentNetworkInterfaceList ¶
func NewNginxDeploymentNetworkInterfaceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NginxDeploymentNetworkInterfaceList
type NginxDeploymentNetworkInterfaceOutputReference ¶
type NginxDeploymentNetworkInterfaceOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentNetworkInterfaceOutputReference ¶
func NewNginxDeploymentNetworkInterfaceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NginxDeploymentNetworkInterfaceOutputReference
type NginxDeploymentTimeouts ¶
type NginxDeploymentTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#create NginxDeployment#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#delete NginxDeployment#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#read NginxDeployment#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/nginx_deployment#update NginxDeployment#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type NginxDeploymentTimeoutsOutputReference ¶
type NginxDeploymentTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNginxDeploymentTimeoutsOutputReference ¶
func NewNginxDeploymentTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NginxDeploymentTimeoutsOutputReference
Source Files ¶
- nginxdeployment.go
- nginxdeployment_NginxDeployment.go
- nginxdeployment_NginxDeploymentConfig.go
- nginxdeployment_NginxDeploymentFrontendPrivate.go
- nginxdeployment_NginxDeploymentFrontendPrivateList.go
- nginxdeployment_NginxDeploymentFrontendPrivateList__runtime_type_checks.go
- nginxdeployment_NginxDeploymentFrontendPrivateOutputReference.go
- nginxdeployment_NginxDeploymentFrontendPrivateOutputReference__runtime_type_checks.go
- nginxdeployment_NginxDeploymentFrontendPublic.go
- nginxdeployment_NginxDeploymentFrontendPublicOutputReference.go
- nginxdeployment_NginxDeploymentFrontendPublicOutputReference__runtime_type_checks.go
- nginxdeployment_NginxDeploymentIdentity.go
- nginxdeployment_NginxDeploymentIdentityOutputReference.go
- nginxdeployment_NginxDeploymentIdentityOutputReference__runtime_type_checks.go
- nginxdeployment_NginxDeploymentLoggingStorageAccount.go
- nginxdeployment_NginxDeploymentLoggingStorageAccountList.go
- nginxdeployment_NginxDeploymentLoggingStorageAccountList__runtime_type_checks.go
- nginxdeployment_NginxDeploymentLoggingStorageAccountOutputReference.go
- nginxdeployment_NginxDeploymentLoggingStorageAccountOutputReference__runtime_type_checks.go
- nginxdeployment_NginxDeploymentNetworkInterface.go
- nginxdeployment_NginxDeploymentNetworkInterfaceList.go
- nginxdeployment_NginxDeploymentNetworkInterfaceList__runtime_type_checks.go
- nginxdeployment_NginxDeploymentNetworkInterfaceOutputReference.go
- nginxdeployment_NginxDeploymentNetworkInterfaceOutputReference__runtime_type_checks.go
- nginxdeployment_NginxDeploymentTimeouts.go
- nginxdeployment_NginxDeploymentTimeoutsOutputReference.go
- nginxdeployment_NginxDeploymentTimeoutsOutputReference__runtime_type_checks.go
- nginxdeployment_NginxDeployment__runtime_type_checks.go