Documentation
¶
Index ¶
- func GoogleIamDenyPolicy_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleIamDenyPolicy_IsConstruct(x interface{}) *bool
- func GoogleIamDenyPolicy_IsTerraformElement(x interface{}) *bool
- func GoogleIamDenyPolicy_IsTerraformResource(x interface{}) *bool
- func GoogleIamDenyPolicy_TfResourceType() *string
- func NewGoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference_Override(g GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference, ...)
- func NewGoogleIamDenyPolicyRulesDenyRuleOutputReference_Override(g GoogleIamDenyPolicyRulesDenyRuleOutputReference, ...)
- func NewGoogleIamDenyPolicyRulesList_Override(g GoogleIamDenyPolicyRulesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewGoogleIamDenyPolicyRulesOutputReference_Override(g GoogleIamDenyPolicyRulesOutputReference, ...)
- func NewGoogleIamDenyPolicyTimeoutsOutputReference_Override(g GoogleIamDenyPolicyTimeoutsOutputReference, ...)
- func NewGoogleIamDenyPolicy_Override(g GoogleIamDenyPolicy, scope constructs.Construct, id *string, ...)
- type GoogleIamDenyPolicy
- type GoogleIamDenyPolicyConfig
- type GoogleIamDenyPolicyRules
- type GoogleIamDenyPolicyRulesDenyRule
- type GoogleIamDenyPolicyRulesDenyRuleDenialCondition
- type GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference
- type GoogleIamDenyPolicyRulesDenyRuleOutputReference
- type GoogleIamDenyPolicyRulesList
- type GoogleIamDenyPolicyRulesOutputReference
- type GoogleIamDenyPolicyTimeouts
- type GoogleIamDenyPolicyTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleIamDenyPolicy_GenerateConfigForImport ¶
func GoogleIamDenyPolicy_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleIamDenyPolicy resource upon running "cdktf plan <stack-name>".
func GoogleIamDenyPolicy_IsConstruct ¶
func GoogleIamDenyPolicy_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 GoogleIamDenyPolicy_IsTerraformElement ¶
func GoogleIamDenyPolicy_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleIamDenyPolicy_IsTerraformResource ¶
func GoogleIamDenyPolicy_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleIamDenyPolicy_TfResourceType ¶
func GoogleIamDenyPolicy_TfResourceType() *string
func NewGoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference_Override ¶
func NewGoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference_Override(g GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIamDenyPolicyRulesDenyRuleOutputReference_Override ¶
func NewGoogleIamDenyPolicyRulesDenyRuleOutputReference_Override(g GoogleIamDenyPolicyRulesDenyRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIamDenyPolicyRulesList_Override ¶
func NewGoogleIamDenyPolicyRulesList_Override(g GoogleIamDenyPolicyRulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleIamDenyPolicyRulesOutputReference_Override ¶
func NewGoogleIamDenyPolicyRulesOutputReference_Override(g GoogleIamDenyPolicyRulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleIamDenyPolicyTimeoutsOutputReference_Override ¶
func NewGoogleIamDenyPolicyTimeoutsOutputReference_Override(g GoogleIamDenyPolicyTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleIamDenyPolicy_Override ¶
func NewGoogleIamDenyPolicy_Override(g GoogleIamDenyPolicy, scope constructs.Construct, id *string, config *GoogleIamDenyPolicyConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy google_iam_deny_policy} Resource.
Types ¶
type GoogleIamDenyPolicy ¶
type GoogleIamDenyPolicy interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Parent() *string SetParent(val *string) ParentInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Rules() GoogleIamDenyPolicyRulesList RulesInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleIamDenyPolicyTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutRules(value interface{}) PutTimeouts(value *GoogleIamDenyPolicyTimeouts) ResetDisplayName() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/google-beta/6.10.0/docs/resources/google_iam_deny_policy google_iam_deny_policy}.
func NewGoogleIamDenyPolicy ¶
func NewGoogleIamDenyPolicy(scope constructs.Construct, id *string, config *GoogleIamDenyPolicyConfig) GoogleIamDenyPolicy
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy google_iam_deny_policy} Resource.
type GoogleIamDenyPolicyConfig ¶
type GoogleIamDenyPolicyConfig 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"` // The name of the policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#name GoogleIamDenyPolicy#name} Name *string `field:"required" json:"name" yaml:"name"` // The attachment point is identified by its URL-encoded full resource name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#parent GoogleIamDenyPolicy#parent} Parent *string `field:"required" json:"parent" yaml:"parent"` // rules block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#rules GoogleIamDenyPolicy#rules} Rules interface{} `field:"required" json:"rules" yaml:"rules"` // The display name of the rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#display_name GoogleIamDenyPolicy#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#id GoogleIamDenyPolicy#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"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#timeouts GoogleIamDenyPolicy#timeouts} Timeouts *GoogleIamDenyPolicyTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleIamDenyPolicyRules ¶
type GoogleIamDenyPolicyRules struct { // deny_rule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#deny_rule GoogleIamDenyPolicy#deny_rule} DenyRule *GoogleIamDenyPolicyRulesDenyRule `field:"optional" json:"denyRule" yaml:"denyRule"` // The description of the rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#description GoogleIamDenyPolicy#description} Description *string `field:"optional" json:"description" yaml:"description"` }
type GoogleIamDenyPolicyRulesDenyRule ¶
type GoogleIamDenyPolicyRulesDenyRule struct { // denial_condition block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#denial_condition GoogleIamDenyPolicy#denial_condition} DenialCondition *GoogleIamDenyPolicyRulesDenyRuleDenialCondition `field:"optional" json:"denialCondition" yaml:"denialCondition"` // The permissions that are explicitly denied by this rule. // // Each permission uses the format '{service-fqdn}/{resource}.{verb}', // where '{service-fqdn}' is the fully qualified domain name for the service. For example, 'iam.googleapis.com/roles.list'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#denied_permissions GoogleIamDenyPolicy#denied_permissions} DeniedPermissions *[]*string `field:"optional" json:"deniedPermissions" yaml:"deniedPermissions"` // The identities that are prevented from using one or more permissions on Google Cloud resources. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#denied_principals GoogleIamDenyPolicy#denied_principals} DeniedPrincipals *[]*string `field:"optional" json:"deniedPrincipals" yaml:"deniedPrincipals"` // Specifies the permissions that this rule excludes from the set of denied permissions given by deniedPermissions. // // If a permission appears in deniedPermissions and in exceptionPermissions then it will not be denied. // The excluded permissions can be specified using the same syntax as deniedPermissions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#exception_permissions GoogleIamDenyPolicy#exception_permissions} ExceptionPermissions *[]*string `field:"optional" json:"exceptionPermissions" yaml:"exceptionPermissions"` // The identities that are excluded from the deny rule, even if they are listed in the deniedPrincipals. // // For example, you could add a Google group to the deniedPrincipals, then exclude specific users who belong to that group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#exception_principals GoogleIamDenyPolicy#exception_principals} ExceptionPrincipals *[]*string `field:"optional" json:"exceptionPrincipals" yaml:"exceptionPrincipals"` }
type GoogleIamDenyPolicyRulesDenyRuleDenialCondition ¶
type GoogleIamDenyPolicyRulesDenyRuleDenialCondition struct { // Textual representation of an expression in Common Expression Language syntax. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#expression GoogleIamDenyPolicy#expression} Expression *string `field:"required" json:"expression" yaml:"expression"` // Description of the expression. // // This is a longer text which describes the expression, // e.g. when hovered over it in a UI. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#description GoogleIamDenyPolicy#description} Description *string `field:"optional" json:"description" yaml:"description"` // String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#location GoogleIamDenyPolicy#location} Location *string `field:"optional" json:"location" yaml:"location"` // Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#title GoogleIamDenyPolicy#title} Title *string `field:"optional" json:"title" yaml:"title"` }
type GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference ¶
type GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference 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 Description() *string SetDescription(val *string) DescriptionInput() *string Expression() *string SetExpression(val *string) ExpressionInput() *string // Experimental. Fqn() *string InternalValue() *GoogleIamDenyPolicyRulesDenyRuleDenialCondition SetInternalValue(val *GoogleIamDenyPolicyRulesDenyRuleDenialCondition) Location() *string SetLocation(val *string) LocationInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Title() *string SetTitle(val *string) TitleInput() *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 ResetDescription() ResetLocation() ResetTitle() // 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 NewGoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference ¶
func NewGoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference
type GoogleIamDenyPolicyRulesDenyRuleOutputReference ¶
type GoogleIamDenyPolicyRulesDenyRuleOutputReference 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 DenialCondition() GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference DenialConditionInput() *GoogleIamDenyPolicyRulesDenyRuleDenialCondition DeniedPermissions() *[]*string SetDeniedPermissions(val *[]*string) DeniedPermissionsInput() *[]*string DeniedPrincipals() *[]*string SetDeniedPrincipals(val *[]*string) DeniedPrincipalsInput() *[]*string ExceptionPermissions() *[]*string SetExceptionPermissions(val *[]*string) ExceptionPermissionsInput() *[]*string ExceptionPrincipals() *[]*string SetExceptionPrincipals(val *[]*string) ExceptionPrincipalsInput() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleIamDenyPolicyRulesDenyRule SetInternalValue(val *GoogleIamDenyPolicyRulesDenyRule) // 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 PutDenialCondition(value *GoogleIamDenyPolicyRulesDenyRuleDenialCondition) ResetDenialCondition() ResetDeniedPermissions() ResetDeniedPrincipals() ResetExceptionPermissions() ResetExceptionPrincipals() // 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 NewGoogleIamDenyPolicyRulesDenyRuleOutputReference ¶
func NewGoogleIamDenyPolicyRulesDenyRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIamDenyPolicyRulesDenyRuleOutputReference
type GoogleIamDenyPolicyRulesList ¶
type GoogleIamDenyPolicyRulesList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleIamDenyPolicyRulesOutputReference // 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 NewGoogleIamDenyPolicyRulesList ¶
func NewGoogleIamDenyPolicyRulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleIamDenyPolicyRulesList
type GoogleIamDenyPolicyRulesOutputReference ¶
type GoogleIamDenyPolicyRulesOutputReference 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 DenyRule() GoogleIamDenyPolicyRulesDenyRuleOutputReference DenyRuleInput() *GoogleIamDenyPolicyRulesDenyRule Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // 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 PutDenyRule(value *GoogleIamDenyPolicyRulesDenyRule) ResetDenyRule() ResetDescription() // 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 NewGoogleIamDenyPolicyRulesOutputReference ¶
func NewGoogleIamDenyPolicyRulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleIamDenyPolicyRulesOutputReference
type GoogleIamDenyPolicyTimeouts ¶
type GoogleIamDenyPolicyTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#create GoogleIamDenyPolicy#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#delete GoogleIamDenyPolicy#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.10.0/docs/resources/google_iam_deny_policy#update GoogleIamDenyPolicy#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleIamDenyPolicyTimeoutsOutputReference ¶
type GoogleIamDenyPolicyTimeoutsOutputReference 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{}) // 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() 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 NewGoogleIamDenyPolicyTimeoutsOutputReference ¶
func NewGoogleIamDenyPolicyTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleIamDenyPolicyTimeoutsOutputReference
Source Files
¶
- GoogleIamDenyPolicy.go
- GoogleIamDenyPolicyConfig.go
- GoogleIamDenyPolicyRules.go
- GoogleIamDenyPolicyRulesDenyRule.go
- GoogleIamDenyPolicyRulesDenyRuleDenialCondition.go
- GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference.go
- GoogleIamDenyPolicyRulesDenyRuleDenialConditionOutputReference__checks.go
- GoogleIamDenyPolicyRulesDenyRuleOutputReference.go
- GoogleIamDenyPolicyRulesDenyRuleOutputReference__checks.go
- GoogleIamDenyPolicyRulesList.go
- GoogleIamDenyPolicyRulesList__checks.go
- GoogleIamDenyPolicyRulesOutputReference.go
- GoogleIamDenyPolicyRulesOutputReference__checks.go
- GoogleIamDenyPolicyTimeouts.go
- GoogleIamDenyPolicyTimeoutsOutputReference.go
- GoogleIamDenyPolicyTimeoutsOutputReference__checks.go
- GoogleIamDenyPolicy__checks.go
- main.go