Documentation ¶
Index ¶
- func CosmosdbMongoRoleDefinition_IsConstruct(x interface{}) *bool
- func CosmosdbMongoRoleDefinition_IsTerraformElement(x interface{}) *bool
- func CosmosdbMongoRoleDefinition_IsTerraformResource(x interface{}) *bool
- func CosmosdbMongoRoleDefinition_TfResourceType() *string
- func NewCosmosdbMongoRoleDefinitionPrivilegeList_Override(c CosmosdbMongoRoleDefinitionPrivilegeList, ...)
- func NewCosmosdbMongoRoleDefinitionPrivilegeOutputReference_Override(c CosmosdbMongoRoleDefinitionPrivilegeOutputReference, ...)
- func NewCosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference_Override(c CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference, ...)
- func NewCosmosdbMongoRoleDefinitionTimeoutsOutputReference_Override(c CosmosdbMongoRoleDefinitionTimeoutsOutputReference, ...)
- func NewCosmosdbMongoRoleDefinition_Override(c CosmosdbMongoRoleDefinition, scope constructs.Construct, id *string, ...)
- type CosmosdbMongoRoleDefinition
- type CosmosdbMongoRoleDefinitionConfig
- type CosmosdbMongoRoleDefinitionPrivilege
- type CosmosdbMongoRoleDefinitionPrivilegeList
- type CosmosdbMongoRoleDefinitionPrivilegeOutputReference
- type CosmosdbMongoRoleDefinitionPrivilegeResource
- type CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference
- type CosmosdbMongoRoleDefinitionTimeouts
- type CosmosdbMongoRoleDefinitionTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CosmosdbMongoRoleDefinition_IsConstruct ¶
func CosmosdbMongoRoleDefinition_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 CosmosdbMongoRoleDefinition_IsTerraformElement ¶
func CosmosdbMongoRoleDefinition_IsTerraformElement(x interface{}) *bool
Experimental.
func CosmosdbMongoRoleDefinition_IsTerraformResource ¶
func CosmosdbMongoRoleDefinition_IsTerraformResource(x interface{}) *bool
Experimental.
func CosmosdbMongoRoleDefinition_TfResourceType ¶
func CosmosdbMongoRoleDefinition_TfResourceType() *string
func NewCosmosdbMongoRoleDefinitionPrivilegeList_Override ¶
func NewCosmosdbMongoRoleDefinitionPrivilegeList_Override(c CosmosdbMongoRoleDefinitionPrivilegeList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCosmosdbMongoRoleDefinitionPrivilegeOutputReference_Override ¶
func NewCosmosdbMongoRoleDefinitionPrivilegeOutputReference_Override(c CosmosdbMongoRoleDefinitionPrivilegeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference_Override ¶
func NewCosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference_Override(c CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCosmosdbMongoRoleDefinitionTimeoutsOutputReference_Override ¶
func NewCosmosdbMongoRoleDefinitionTimeoutsOutputReference_Override(c CosmosdbMongoRoleDefinitionTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCosmosdbMongoRoleDefinition_Override ¶
func NewCosmosdbMongoRoleDefinition_Override(c CosmosdbMongoRoleDefinition, scope constructs.Construct, id *string, config *CosmosdbMongoRoleDefinitionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition azurerm_cosmosdb_mongo_role_definition} Resource.
Types ¶
type CosmosdbMongoRoleDefinition ¶
type CosmosdbMongoRoleDefinition interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} CosmosMongoDatabaseId() *string SetCosmosMongoDatabaseId(val *string) CosmosMongoDatabaseIdInput() *string // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InheritedRoleNames() *[]*string SetInheritedRoleNames(val *[]*string) InheritedRoleNamesInput() *[]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node Privilege() CosmosdbMongoRoleDefinitionPrivilegeList PrivilegeInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RoleName() *string SetRoleName(val *string) RoleNameInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() CosmosdbMongoRoleDefinitionTimeoutsOutputReference 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) PutPrivilege(value interface{}) PutTimeouts(value *CosmosdbMongoRoleDefinitionTimeouts) ResetId() ResetInheritedRoleNames() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPrivilege() 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://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition azurerm_cosmosdb_mongo_role_definition}.
func NewCosmosdbMongoRoleDefinition ¶
func NewCosmosdbMongoRoleDefinition(scope constructs.Construct, id *string, config *CosmosdbMongoRoleDefinitionConfig) CosmosdbMongoRoleDefinition
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition azurerm_cosmosdb_mongo_role_definition} Resource.
type CosmosdbMongoRoleDefinitionConfig ¶
type CosmosdbMongoRoleDefinitionConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#cosmos_mongo_database_id CosmosdbMongoRoleDefinition#cosmos_mongo_database_id}. CosmosMongoDatabaseId *string `field:"required" json:"cosmosMongoDatabaseId" yaml:"cosmosMongoDatabaseId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#role_name CosmosdbMongoRoleDefinition#role_name}. RoleName *string `field:"required" json:"roleName" yaml:"roleName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#id CosmosdbMongoRoleDefinition#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#inherited_role_names CosmosdbMongoRoleDefinition#inherited_role_names}. InheritedRoleNames *[]*string `field:"optional" json:"inheritedRoleNames" yaml:"inheritedRoleNames"` // privilege block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#privilege CosmosdbMongoRoleDefinition#privilege} Privilege interface{} `field:"optional" json:"privilege" yaml:"privilege"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#timeouts CosmosdbMongoRoleDefinition#timeouts} Timeouts *CosmosdbMongoRoleDefinitionTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type CosmosdbMongoRoleDefinitionPrivilege ¶
type CosmosdbMongoRoleDefinitionPrivilege struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#actions CosmosdbMongoRoleDefinition#actions}. Actions *[]*string `field:"required" json:"actions" yaml:"actions"` // resource block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#resource CosmosdbMongoRoleDefinition#resource} Resource *CosmosdbMongoRoleDefinitionPrivilegeResource `field:"required" json:"resource" yaml:"resource"` }
type CosmosdbMongoRoleDefinitionPrivilegeList ¶
type CosmosdbMongoRoleDefinitionPrivilegeList 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) CosmosdbMongoRoleDefinitionPrivilegeOutputReference // 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 NewCosmosdbMongoRoleDefinitionPrivilegeList ¶
func NewCosmosdbMongoRoleDefinitionPrivilegeList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CosmosdbMongoRoleDefinitionPrivilegeList
type CosmosdbMongoRoleDefinitionPrivilegeOutputReference ¶
type CosmosdbMongoRoleDefinitionPrivilegeOutputReference interface { cdktf.ComplexObject Actions() *[]*string SetActions(val *[]*string) ActionsInput() *[]*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{}) Resource() CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference ResourceInput() *CosmosdbMongoRoleDefinitionPrivilegeResource // 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 PutResource(value *CosmosdbMongoRoleDefinitionPrivilegeResource) // 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 NewCosmosdbMongoRoleDefinitionPrivilegeOutputReference ¶
func NewCosmosdbMongoRoleDefinitionPrivilegeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CosmosdbMongoRoleDefinitionPrivilegeOutputReference
type CosmosdbMongoRoleDefinitionPrivilegeResource ¶
type CosmosdbMongoRoleDefinitionPrivilegeResource struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#collection_name CosmosdbMongoRoleDefinition#collection_name}. CollectionName *string `field:"optional" json:"collectionName" yaml:"collectionName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#db_name CosmosdbMongoRoleDefinition#db_name}. DbName *string `field:"optional" json:"dbName" yaml:"dbName"` }
type CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference ¶
type CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference interface { cdktf.ComplexObject CollectionName() *string SetCollectionName(val *string) CollectionNameInput() *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 DbName() *string SetDbName(val *string) DbNameInput() *string // Experimental. Fqn() *string InternalValue() *CosmosdbMongoRoleDefinitionPrivilegeResource SetInternalValue(val *CosmosdbMongoRoleDefinitionPrivilegeResource) // 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 ResetCollectionName() ResetDbName() // 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 NewCosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference ¶
func NewCosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference
type CosmosdbMongoRoleDefinitionTimeouts ¶
type CosmosdbMongoRoleDefinitionTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#create CosmosdbMongoRoleDefinition#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#delete CosmosdbMongoRoleDefinition#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#read CosmosdbMongoRoleDefinition#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/cosmosdb_mongo_role_definition#update CosmosdbMongoRoleDefinition#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CosmosdbMongoRoleDefinitionTimeoutsOutputReference ¶
type CosmosdbMongoRoleDefinitionTimeoutsOutputReference 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 NewCosmosdbMongoRoleDefinitionTimeoutsOutputReference ¶
func NewCosmosdbMongoRoleDefinitionTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CosmosdbMongoRoleDefinitionTimeoutsOutputReference
Source Files ¶
- CosmosdbMongoRoleDefinition.go
- CosmosdbMongoRoleDefinitionConfig.go
- CosmosdbMongoRoleDefinitionPrivilege.go
- CosmosdbMongoRoleDefinitionPrivilegeList.go
- CosmosdbMongoRoleDefinitionPrivilegeList__checks.go
- CosmosdbMongoRoleDefinitionPrivilegeOutputReference.go
- CosmosdbMongoRoleDefinitionPrivilegeOutputReference__checks.go
- CosmosdbMongoRoleDefinitionPrivilegeResource.go
- CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference.go
- CosmosdbMongoRoleDefinitionPrivilegeResourceOutputReference__checks.go
- CosmosdbMongoRoleDefinitionTimeouts.go
- CosmosdbMongoRoleDefinitionTimeoutsOutputReference.go
- CosmosdbMongoRoleDefinitionTimeoutsOutputReference__checks.go
- CosmosdbMongoRoleDefinition__checks.go
- main.go