UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

321 lines (320 loc) 19.2 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsNotificationSettingConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#attribute_sets DataOciIdentityDomainsNotificationSetting#attribute_sets} */ readonly attributeSets?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#attributes DataOciIdentityDomainsNotificationSetting#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#authorization DataOciIdentityDomainsNotificationSetting#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#idcs_endpoint DataOciIdentityDomainsNotificationSetting#idcs_endpoint} */ readonly idcsEndpoint: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#notification_setting_id DataOciIdentityDomainsNotificationSetting#notification_setting_id} */ readonly notificationSettingId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#resource_type_schema_version DataOciIdentityDomainsNotificationSetting#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsNotificationSettingEventSettings { } export declare function dataOciIdentityDomainsNotificationSettingEventSettingsToTerraform(struct?: DataOciIdentityDomainsNotificationSettingEventSettings): any; export declare function dataOciIdentityDomainsNotificationSettingEventSettingsToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingEventSettings): any; export declare class DataOciIdentityDomainsNotificationSettingEventSettingsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataOciIdentityDomainsNotificationSettingEventSettings | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingEventSettings | undefined); get enabled(): cdktf.IResolvable; get eventId(): string; } export declare class DataOciIdentityDomainsNotificationSettingEventSettingsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataOciIdentityDomainsNotificationSettingEventSettingsOutputReference; } export interface DataOciIdentityDomainsNotificationSettingFromEmailAddress { } export declare function dataOciIdentityDomainsNotificationSettingFromEmailAddressToTerraform(struct?: DataOciIdentityDomainsNotificationSettingFromEmailAddress): any; export declare function dataOciIdentityDomainsNotificationSettingFromEmailAddressToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingFromEmailAddress): any; export declare class DataOciIdentityDomainsNotificationSettingFromEmailAddressOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataOciIdentityDomainsNotificationSettingFromEmailAddress | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingFromEmailAddress | undefined); get displayName(): string; get validate(): string; get validationStatus(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingFromEmailAddressList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataOciIdentityDomainsNotificationSettingFromEmailAddressOutputReference; } export interface DataOciIdentityDomainsNotificationSettingIdcsCreatedBy { } export declare function dataOciIdentityDomainsNotificationSettingIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsNotificationSettingIdcsCreatedBy): any; export declare function dataOciIdentityDomainsNotificationSettingIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingIdcsCreatedBy): any; export declare class DataOciIdentityDomainsNotificationSettingIdcsCreatedByOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataOciIdentityDomainsNotificationSettingIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingIdcsCreatedByList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataOciIdentityDomainsNotificationSettingIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsNotificationSettingIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsNotificationSettingIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsNotificationSettingIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsNotificationSettingIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsNotificationSettingIdcsLastModifiedByOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataOciIdentityDomainsNotificationSettingIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingIdcsLastModifiedByList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataOciIdentityDomainsNotificationSettingIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsNotificationSettingMeta { } export declare function dataOciIdentityDomainsNotificationSettingMetaToTerraform(struct?: DataOciIdentityDomainsNotificationSettingMeta): any; export declare function dataOciIdentityDomainsNotificationSettingMetaToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingMeta): any; export declare class DataOciIdentityDomainsNotificationSettingMetaOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataOciIdentityDomainsNotificationSettingMeta | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsNotificationSettingMetaList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataOciIdentityDomainsNotificationSettingMetaOutputReference; } export interface DataOciIdentityDomainsNotificationSettingTags { } export declare function dataOciIdentityDomainsNotificationSettingTagsToTerraform(struct?: DataOciIdentityDomainsNotificationSettingTags): any; export declare function dataOciIdentityDomainsNotificationSettingTagsToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingTags): any; export declare class DataOciIdentityDomainsNotificationSettingTagsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataOciIdentityDomainsNotificationSettingTags | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingTagsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataOciIdentityDomainsNotificationSettingTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting oci_identity_domains_notification_setting} */ export declare class DataOciIdentityDomainsNotificationSetting extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_notification_setting"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsNotificationSetting resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataOciIdentityDomainsNotificationSetting to import * @param importFromId The id of the existing DataOciIdentityDomainsNotificationSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsNotificationSetting to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_setting oci_identity_domains_notification_setting} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataOciIdentityDomainsNotificationSettingConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsNotificationSettingConfig); private _attributeSets?; get attributeSets(): string[]; set attributeSets(value: string[]); resetAttributeSets(): void; get attributeSetsInput(): string[] | undefined; private _attributes?; get attributes(): string; set attributes(value: string); resetAttributes(): void; get attributesInput(): string | undefined; private _authorization?; get authorization(): string; set authorization(value: string); resetAuthorization(): void; get authorizationInput(): string | undefined; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get domainOcid(): string; private _eventSettings; get eventSettings(): DataOciIdentityDomainsNotificationSettingEventSettingsList; get externalId(): string; private _fromEmailAddress; get fromEmailAddress(): DataOciIdentityDomainsNotificationSettingFromEmailAddressList; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsNotificationSettingIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsNotificationSettingIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsNotificationSettingMetaList; get notificationEnabled(): cdktf.IResolvable; private _notificationSettingId?; get notificationSettingId(): string; set notificationSettingId(value: string); get notificationSettingIdInput(): string | undefined; get ocid(): string; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; get sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail(): cdktf.IResolvable; get sendNotificationsToSecondaryEmail(): cdktf.IResolvable; private _tags; get tags(): DataOciIdentityDomainsNotificationSettingTagsList; get tenancyOcid(): string; get testModeEnabled(): cdktf.IResolvable; get testRecipients(): string[]; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }