UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

377 lines (376 loc) 23.9 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsNotificationSettingsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_settings#attribute_sets DataOciIdentityDomainsNotificationSettings#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_settings#attributes DataOciIdentityDomainsNotificationSettings#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_settings#authorization DataOciIdentityDomainsNotificationSettings#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_settings#compartment_id DataOciIdentityDomainsNotificationSettings#compartment_id} */ readonly compartmentId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_settings#id DataOciIdentityDomainsNotificationSettings#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. */ readonly id?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_settings#idcs_endpoint DataOciIdentityDomainsNotificationSettings#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_settings#resource_type_schema_version DataOciIdentityDomainsNotificationSettings#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettings { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettingsToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettings): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettingsToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettings): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettingsOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettings | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettings | undefined); get enabled(): cdktf.IResolvable; get eventId(): string; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettingsList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettingsOutputReference; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddress { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddressToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddress): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddressToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddress): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddressOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddress | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddress | undefined); get displayName(): string; get validate(): string; get validationStatus(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddressList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddressOutputReference; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedBy { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedBy): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedBy): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedByList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedByList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettingsMeta { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsMetaToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsMeta): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsMetaToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsMeta): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsMetaOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsMeta | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettingsMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsMetaList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsMetaOutputReference; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettingsTags { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsTagsToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsTags): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsTagsToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettingsTags): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsTagsOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsTags | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettingsTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsTagsList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsTagsOutputReference; } export interface DataOciIdentityDomainsNotificationSettingsNotificationSettings { } export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsToTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettings): any; export declare function dataOciIdentityDomainsNotificationSettingsNotificationSettingsToHclTerraform(struct?: DataOciIdentityDomainsNotificationSettingsNotificationSettings): any; export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsOutputReference 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(): DataOciIdentityDomainsNotificationSettingsNotificationSettings | undefined; set internalValue(value: DataOciIdentityDomainsNotificationSettingsNotificationSettings | undefined); get attributeSets(): string[]; get attributes(): string; get authorization(): string; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get domainOcid(): string; private _eventSettings; get eventSettings(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsEventSettingsList; get externalId(): string; private _fromEmailAddress; get fromEmailAddress(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsFromEmailAddressList; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsCreatedByList; get idcsEndpoint(): string; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsMetaList; get notificationEnabled(): cdktf.IResolvable; get notificationSettingId(): string; get ocid(): string; get resourceTypeSchemaVersion(): string; get schemas(): string[]; get sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail(): cdktf.IResolvable; get sendNotificationsToSecondaryEmail(): cdktf.IResolvable; private _tags; get tags(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsTagsList; get tenancyOcid(): string; get testModeEnabled(): cdktf.IResolvable; get testRecipients(): string[]; } export declare class DataOciIdentityDomainsNotificationSettingsNotificationSettingsList 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): DataOciIdentityDomainsNotificationSettingsNotificationSettingsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_settings oci_identity_domains_notification_settings} */ export declare class DataOciIdentityDomainsNotificationSettings extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_notification_settings"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsNotificationSettings 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 DataOciIdentityDomainsNotificationSettings to import * @param importFromId The id of the existing DataOciIdentityDomainsNotificationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_notification_settings#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsNotificationSettings 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_settings oci_identity_domains_notification_settings} 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 DataOciIdentityDomainsNotificationSettingsConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsNotificationSettingsConfig); 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; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); resetCompartmentId(): void; get compartmentIdInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; get itemsPerPage(): number; private _notificationSettings; get notificationSettings(): DataOciIdentityDomainsNotificationSettingsNotificationSettingsList; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; get startIndex(): number; get totalResults(): number; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }