Documentation ¶
Index ¶
- func NewSentinelMetadataAuthorOutputReference_Override(s SentinelMetadataAuthorOutputReference, ...)
- func NewSentinelMetadataCategoryOutputReference_Override(s SentinelMetadataCategoryOutputReference, ...)
- func NewSentinelMetadataSourceOutputReference_Override(s SentinelMetadataSourceOutputReference, ...)
- func NewSentinelMetadataSupportOutputReference_Override(s SentinelMetadataSupportOutputReference, ...)
- func NewSentinelMetadataTimeoutsOutputReference_Override(s SentinelMetadataTimeoutsOutputReference, ...)
- func NewSentinelMetadata_Override(s SentinelMetadata, scope constructs.Construct, id *string, ...)
- func SentinelMetadata_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func SentinelMetadata_IsConstruct(x interface{}) *bool
- func SentinelMetadata_IsTerraformElement(x interface{}) *bool
- func SentinelMetadata_IsTerraformResource(x interface{}) *bool
- func SentinelMetadata_TfResourceType() *string
- type SentinelMetadata
- type SentinelMetadataAuthor
- type SentinelMetadataAuthorOutputReference
- type SentinelMetadataCategory
- type SentinelMetadataCategoryOutputReference
- type SentinelMetadataConfig
- type SentinelMetadataSource
- type SentinelMetadataSourceOutputReference
- type SentinelMetadataSupport
- type SentinelMetadataSupportOutputReference
- type SentinelMetadataTimeouts
- type SentinelMetadataTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSentinelMetadataAuthorOutputReference_Override ¶
func NewSentinelMetadataAuthorOutputReference_Override(s SentinelMetadataAuthorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelMetadataCategoryOutputReference_Override ¶
func NewSentinelMetadataCategoryOutputReference_Override(s SentinelMetadataCategoryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelMetadataSourceOutputReference_Override ¶
func NewSentinelMetadataSourceOutputReference_Override(s SentinelMetadataSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelMetadataSupportOutputReference_Override ¶
func NewSentinelMetadataSupportOutputReference_Override(s SentinelMetadataSupportOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelMetadataTimeoutsOutputReference_Override ¶
func NewSentinelMetadataTimeoutsOutputReference_Override(s SentinelMetadataTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelMetadata_Override ¶
func NewSentinelMetadata_Override(s SentinelMetadata, scope constructs.Construct, id *string, config *SentinelMetadataConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata azurerm_sentinel_metadata} Resource.
func SentinelMetadata_GenerateConfigForImport ¶
func SentinelMetadata_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a SentinelMetadata resource upon running "cdktf plan <stack-name>".
func SentinelMetadata_IsConstruct ¶
func SentinelMetadata_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 SentinelMetadata_IsTerraformElement ¶
func SentinelMetadata_IsTerraformElement(x interface{}) *bool
Experimental.
func SentinelMetadata_IsTerraformResource ¶
func SentinelMetadata_IsTerraformResource(x interface{}) *bool
Experimental.
func SentinelMetadata_TfResourceType ¶
func SentinelMetadata_TfResourceType() *string
Types ¶
type SentinelMetadata ¶
type SentinelMetadata interface { cdktf.TerraformResource Author() SentinelMetadataAuthorOutputReference AuthorInput() *SentinelMetadataAuthor Category() SentinelMetadataCategoryOutputReference CategoryInput() *SentinelMetadataCategory // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} ContentId() *string SetContentId(val *string) ContentIdInput() *string ContentSchemaVersion() *string SetContentSchemaVersion(val *string) ContentSchemaVersionInput() *string // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CustomVersion() *string SetCustomVersion(val *string) CustomVersionInput() *string Dependency() *string SetDependency(val *string) DependencyInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) FirstPublishDate() *string SetFirstPublishDate(val *string) FirstPublishDateInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string IconId() *string SetIconId(val *string) IconIdInput() *string Id() *string SetId(val *string) IdInput() *string Kind() *string SetKind(val *string) KindInput() *string LastPublishDate() *string SetLastPublishDate(val *string) LastPublishDateInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node ParentId() *string SetParentId(val *string) ParentIdInput() *string PreviewImages() *[]*string SetPreviewImages(val *[]*string) PreviewImagesDark() *[]*string SetPreviewImagesDark(val *[]*string) PreviewImagesDarkInput() *[]*string PreviewImagesInput() *[]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) Providers() *[]*string SetProviders(val *[]*string) ProvidersInput() *[]*string // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Source() SentinelMetadataSourceOutputReference SourceInput() *SentinelMetadataSource Support() SentinelMetadataSupportOutputReference SupportInput() *SentinelMetadataSupport // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string ThreatAnalysisTactics() *[]*string SetThreatAnalysisTactics(val *[]*string) ThreatAnalysisTacticsInput() *[]*string ThreatAnalysisTechniques() *[]*string SetThreatAnalysisTechniques(val *[]*string) ThreatAnalysisTechniquesInput() *[]*string Timeouts() SentinelMetadataTimeoutsOutputReference TimeoutsInput() interface{} Version() *string SetVersion(val *string) VersionInput() *string WorkspaceId() *string SetWorkspaceId(val *string) WorkspaceIdInput() *string // 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) PutAuthor(value *SentinelMetadataAuthor) PutCategory(value *SentinelMetadataCategory) PutSource(value *SentinelMetadataSource) PutSupport(value *SentinelMetadataSupport) PutTimeouts(value *SentinelMetadataTimeouts) ResetAuthor() ResetCategory() ResetContentSchemaVersion() ResetCustomVersion() ResetDependency() ResetFirstPublishDate() ResetIconId() ResetId() ResetLastPublishDate() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPreviewImages() ResetPreviewImagesDark() ResetProviders() ResetSource() ResetSupport() ResetThreatAnalysisTactics() ResetThreatAnalysisTechniques() ResetTimeouts() ResetVersion() 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/azurerm/4.3.0/docs/resources/sentinel_metadata azurerm_sentinel_metadata}.
func NewSentinelMetadata ¶
func NewSentinelMetadata(scope constructs.Construct, id *string, config *SentinelMetadataConfig) SentinelMetadata
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata azurerm_sentinel_metadata} Resource.
type SentinelMetadataAuthor ¶
type SentinelMetadataAuthor struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#email SentinelMetadata#email}. Email *string `field:"optional" json:"email" yaml:"email"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#link SentinelMetadata#link}. Link *string `field:"optional" json:"link" yaml:"link"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#name SentinelMetadata#name}. Name *string `field:"optional" json:"name" yaml:"name"` }
type SentinelMetadataAuthorOutputReference ¶
type SentinelMetadataAuthorOutputReference 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 Email() *string SetEmail(val *string) EmailInput() *string // Experimental. Fqn() *string InternalValue() *SentinelMetadataAuthor SetInternalValue(val *SentinelMetadataAuthor) Link() *string SetLink(val *string) LinkInput() *string 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 ResetEmail() ResetLink() 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 NewSentinelMetadataAuthorOutputReference ¶
func NewSentinelMetadataAuthorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelMetadataAuthorOutputReference
type SentinelMetadataCategory ¶
type SentinelMetadataCategory struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#domains SentinelMetadata#domains}. Domains *[]*string `field:"optional" json:"domains" yaml:"domains"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#verticals SentinelMetadata#verticals}. Verticals *[]*string `field:"optional" json:"verticals" yaml:"verticals"` }
type SentinelMetadataCategoryOutputReference ¶
type SentinelMetadataCategoryOutputReference 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 Domains() *[]*string SetDomains(val *[]*string) DomainsInput() *[]*string // Experimental. Fqn() *string InternalValue() *SentinelMetadataCategory SetInternalValue(val *SentinelMetadataCategory) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Verticals() *[]*string SetVerticals(val *[]*string) VerticalsInput() *[]*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 ResetDomains() ResetVerticals() // 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 NewSentinelMetadataCategoryOutputReference ¶
func NewSentinelMetadataCategoryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelMetadataCategoryOutputReference
type SentinelMetadataConfig ¶
type SentinelMetadataConfig 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/4.3.0/docs/resources/sentinel_metadata#content_id SentinelMetadata#content_id}. ContentId *string `field:"required" json:"contentId" yaml:"contentId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#kind SentinelMetadata#kind}. Kind *string `field:"required" json:"kind" yaml:"kind"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#name SentinelMetadata#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#parent_id SentinelMetadata#parent_id}. ParentId *string `field:"required" json:"parentId" yaml:"parentId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#workspace_id SentinelMetadata#workspace_id}. WorkspaceId *string `field:"required" json:"workspaceId" yaml:"workspaceId"` // author block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#author SentinelMetadata#author} Author *SentinelMetadataAuthor `field:"optional" json:"author" yaml:"author"` // category block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#category SentinelMetadata#category} Category *SentinelMetadataCategory `field:"optional" json:"category" yaml:"category"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#content_schema_version SentinelMetadata#content_schema_version}. ContentSchemaVersion *string `field:"optional" json:"contentSchemaVersion" yaml:"contentSchemaVersion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#custom_version SentinelMetadata#custom_version}. CustomVersion *string `field:"optional" json:"customVersion" yaml:"customVersion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#dependency SentinelMetadata#dependency}. Dependency *string `field:"optional" json:"dependency" yaml:"dependency"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#first_publish_date SentinelMetadata#first_publish_date}. FirstPublishDate *string `field:"optional" json:"firstPublishDate" yaml:"firstPublishDate"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#icon_id SentinelMetadata#icon_id}. IconId *string `field:"optional" json:"iconId" yaml:"iconId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#id SentinelMetadata#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/4.3.0/docs/resources/sentinel_metadata#last_publish_date SentinelMetadata#last_publish_date}. LastPublishDate *string `field:"optional" json:"lastPublishDate" yaml:"lastPublishDate"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#preview_images SentinelMetadata#preview_images}. PreviewImages *[]*string `field:"optional" json:"previewImages" yaml:"previewImages"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#preview_images_dark SentinelMetadata#preview_images_dark}. PreviewImagesDark *[]*string `field:"optional" json:"previewImagesDark" yaml:"previewImagesDark"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#providers SentinelMetadata#providers}. Providers *[]*string `field:"optional" json:"providers" yaml:"providers"` // source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#source SentinelMetadata#source} Source *SentinelMetadataSource `field:"optional" json:"source" yaml:"source"` // support block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#support SentinelMetadata#support} Support *SentinelMetadataSupport `field:"optional" json:"support" yaml:"support"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#threat_analysis_tactics SentinelMetadata#threat_analysis_tactics}. ThreatAnalysisTactics *[]*string `field:"optional" json:"threatAnalysisTactics" yaml:"threatAnalysisTactics"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#threat_analysis_techniques SentinelMetadata#threat_analysis_techniques}. ThreatAnalysisTechniques *[]*string `field:"optional" json:"threatAnalysisTechniques" yaml:"threatAnalysisTechniques"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#timeouts SentinelMetadata#timeouts} Timeouts *SentinelMetadataTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#version SentinelMetadata#version}. Version *string `field:"optional" json:"version" yaml:"version"` }
type SentinelMetadataSource ¶
type SentinelMetadataSource struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#kind SentinelMetadata#kind}. Kind *string `field:"required" json:"kind" yaml:"kind"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#id SentinelMetadata#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/4.3.0/docs/resources/sentinel_metadata#name SentinelMetadata#name}. Name *string `field:"optional" json:"name" yaml:"name"` }
type SentinelMetadataSourceOutputReference ¶
type SentinelMetadataSourceOutputReference 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 Id() *string SetId(val *string) IdInput() *string InternalValue() *SentinelMetadataSource SetInternalValue(val *SentinelMetadataSource) Kind() *string SetKind(val *string) KindInput() *string 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 ResetId() 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 NewSentinelMetadataSourceOutputReference ¶
func NewSentinelMetadataSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelMetadataSourceOutputReference
type SentinelMetadataSupport ¶
type SentinelMetadataSupport struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#tier SentinelMetadata#tier}. Tier *string `field:"required" json:"tier" yaml:"tier"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#email SentinelMetadata#email}. Email *string `field:"optional" json:"email" yaml:"email"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#link SentinelMetadata#link}. Link *string `field:"optional" json:"link" yaml:"link"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#name SentinelMetadata#name}. Name *string `field:"optional" json:"name" yaml:"name"` }
type SentinelMetadataSupportOutputReference ¶
type SentinelMetadataSupportOutputReference 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 Email() *string SetEmail(val *string) EmailInput() *string // Experimental. Fqn() *string InternalValue() *SentinelMetadataSupport SetInternalValue(val *SentinelMetadataSupport) Link() *string SetLink(val *string) LinkInput() *string Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Tier() *string SetTier(val *string) TierInput() *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 ResetEmail() ResetLink() 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 NewSentinelMetadataSupportOutputReference ¶
func NewSentinelMetadataSupportOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelMetadataSupportOutputReference
type SentinelMetadataTimeouts ¶
type SentinelMetadataTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#create SentinelMetadata#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#delete SentinelMetadata#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#read SentinelMetadata#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/sentinel_metadata#update SentinelMetadata#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type SentinelMetadataTimeoutsOutputReference ¶
type SentinelMetadataTimeoutsOutputReference 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 NewSentinelMetadataTimeoutsOutputReference ¶
func NewSentinelMetadataTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelMetadataTimeoutsOutputReference
Source Files ¶
- SentinelMetadata.go
- SentinelMetadataAuthor.go
- SentinelMetadataAuthorOutputReference.go
- SentinelMetadataAuthorOutputReference__checks.go
- SentinelMetadataCategory.go
- SentinelMetadataCategoryOutputReference.go
- SentinelMetadataCategoryOutputReference__checks.go
- SentinelMetadataConfig.go
- SentinelMetadataSource.go
- SentinelMetadataSourceOutputReference.go
- SentinelMetadataSourceOutputReference__checks.go
- SentinelMetadataSupport.go
- SentinelMetadataSupportOutputReference.go
- SentinelMetadataSupportOutputReference__checks.go
- SentinelMetadataTimeouts.go
- SentinelMetadataTimeoutsOutputReference.go
- SentinelMetadataTimeoutsOutputReference__checks.go
- SentinelMetadata__checks.go
- main.go