rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
409 lines (408 loc) • 20.5 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface OspGatewayAddressActionVerificationConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#address_key OspGatewayAddressActionVerification#address_key}
*/
readonly addressKey?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#city OspGatewayAddressActionVerification#city}
*/
readonly city?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#company_name OspGatewayAddressActionVerification#company_name}
*/
readonly companyName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#compartment_id OspGatewayAddressActionVerification#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#contributor_class OspGatewayAddressActionVerification#contributor_class}
*/
readonly contributorClass?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#country OspGatewayAddressActionVerification#country}
*/
readonly country?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#county OspGatewayAddressActionVerification#county}
*/
readonly county?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#department_name OspGatewayAddressActionVerification#department_name}
*/
readonly departmentName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#email_address OspGatewayAddressActionVerification#email_address}
*/
readonly emailAddress?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#first_name OspGatewayAddressActionVerification#first_name}
*/
readonly firstName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#id OspGatewayAddressActionVerification#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/resources/osp_gateway_address_action_verification#internal_number OspGatewayAddressActionVerification#internal_number}
*/
readonly internalNumber?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#job_title OspGatewayAddressActionVerification#job_title}
*/
readonly jobTitle?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#last_name OspGatewayAddressActionVerification#last_name}
*/
readonly lastName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#line1 OspGatewayAddressActionVerification#line1}
*/
readonly line1?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#line2 OspGatewayAddressActionVerification#line2}
*/
readonly line2?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#line3 OspGatewayAddressActionVerification#line3}
*/
readonly line3?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#line4 OspGatewayAddressActionVerification#line4}
*/
readonly line4?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#middle_name OspGatewayAddressActionVerification#middle_name}
*/
readonly middleName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#municipal_inscription OspGatewayAddressActionVerification#municipal_inscription}
*/
readonly municipalInscription?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#osp_home_region OspGatewayAddressActionVerification#osp_home_region}
*/
readonly ospHomeRegion: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#phone_country_code OspGatewayAddressActionVerification#phone_country_code}
*/
readonly phoneCountryCode?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#phone_number OspGatewayAddressActionVerification#phone_number}
*/
readonly phoneNumber?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#postal_code OspGatewayAddressActionVerification#postal_code}
*/
readonly postalCode?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#province OspGatewayAddressActionVerification#province}
*/
readonly province?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#state OspGatewayAddressActionVerification#state}
*/
readonly state?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#state_inscription OspGatewayAddressActionVerification#state_inscription}
*/
readonly stateInscription?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#street_name OspGatewayAddressActionVerification#street_name}
*/
readonly streetName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#street_number OspGatewayAddressActionVerification#street_number}
*/
readonly streetNumber?: string;
/**
* timeouts block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#timeouts OspGatewayAddressActionVerification#timeouts}
*/
readonly timeouts?: OspGatewayAddressActionVerificationTimeouts;
}
export interface OspGatewayAddressActionVerificationAddress {
}
export declare function ospGatewayAddressActionVerificationAddressToTerraform(struct?: OspGatewayAddressActionVerificationAddress): any;
export declare function ospGatewayAddressActionVerificationAddressToHclTerraform(struct?: OspGatewayAddressActionVerificationAddress): any;
export declare class OspGatewayAddressActionVerificationAddressOutputReference 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(): OspGatewayAddressActionVerificationAddress | undefined;
set internalValue(value: OspGatewayAddressActionVerificationAddress | undefined);
get addressKey(): string;
get city(): string;
get companyName(): string;
get contributorClass(): string;
get country(): string;
get county(): string;
get departmentName(): string;
get emailAddress(): string;
get firstName(): string;
get internalNumber(): string;
get jobTitle(): string;
get lastName(): string;
get line1(): string;
get line2(): string;
get line3(): string;
get line4(): string;
get middleName(): string;
get municipalInscription(): string;
get phoneCountryCode(): string;
get phoneNumber(): string;
get postalCode(): string;
get province(): string;
get state(): string;
get stateInscription(): string;
get streetName(): string;
get streetNumber(): string;
}
export declare class OspGatewayAddressActionVerificationAddressList 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): OspGatewayAddressActionVerificationAddressOutputReference;
}
export interface OspGatewayAddressActionVerificationTimeouts {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#create OspGatewayAddressActionVerification#create}
*/
readonly create?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#delete OspGatewayAddressActionVerification#delete}
*/
readonly delete?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#update OspGatewayAddressActionVerification#update}
*/
readonly update?: string;
}
export declare function ospGatewayAddressActionVerificationTimeoutsToTerraform(struct?: OspGatewayAddressActionVerificationTimeouts | cdktf.IResolvable): any;
export declare function ospGatewayAddressActionVerificationTimeoutsToHclTerraform(struct?: OspGatewayAddressActionVerificationTimeouts | cdktf.IResolvable): any;
export declare class OspGatewayAddressActionVerificationTimeoutsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): OspGatewayAddressActionVerificationTimeouts | cdktf.IResolvable | undefined;
set internalValue(value: OspGatewayAddressActionVerificationTimeouts | cdktf.IResolvable | undefined);
private _create?;
get create(): string;
set create(value: string);
resetCreate(): void;
get createInput(): string | undefined;
private _delete?;
get delete(): string;
set delete(value: string);
resetDelete(): void;
get deleteInput(): string | undefined;
private _update?;
get update(): string;
set update(value: string);
resetUpdate(): void;
get updateInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification oci_osp_gateway_address_action_verification}
*/
export declare class OspGatewayAddressActionVerification extends cdktf.TerraformResource {
static readonly tfResourceType = "oci_osp_gateway_address_action_verification";
/**
* Generates CDKTF code for importing a OspGatewayAddressActionVerification 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 OspGatewayAddressActionVerification to import
* @param importFromId The id of the existing OspGatewayAddressActionVerification that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/osp_gateway_address_action_verification#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OspGatewayAddressActionVerification 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/resources/osp_gateway_address_action_verification oci_osp_gateway_address_action_verification} Resource
*
* @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 OspGatewayAddressActionVerificationConfig
*/
constructor(scope: Construct, id: string, config: OspGatewayAddressActionVerificationConfig);
private _address;
get address(): OspGatewayAddressActionVerificationAddressList;
private _addressKey?;
get addressKey(): string;
set addressKey(value: string);
resetAddressKey(): void;
get addressKeyInput(): string | undefined;
private _city?;
get city(): string;
set city(value: string);
resetCity(): void;
get cityInput(): string | undefined;
private _companyName?;
get companyName(): string;
set companyName(value: string);
resetCompanyName(): void;
get companyNameInput(): string | undefined;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _contributorClass?;
get contributorClass(): string;
set contributorClass(value: string);
resetContributorClass(): void;
get contributorClassInput(): string | undefined;
private _country?;
get country(): string;
set country(value: string);
resetCountry(): void;
get countryInput(): string | undefined;
private _county?;
get county(): string;
set county(value: string);
resetCounty(): void;
get countyInput(): string | undefined;
private _departmentName?;
get departmentName(): string;
set departmentName(value: string);
resetDepartmentName(): void;
get departmentNameInput(): string | undefined;
private _emailAddress?;
get emailAddress(): string;
set emailAddress(value: string);
resetEmailAddress(): void;
get emailAddressInput(): string | undefined;
private _firstName?;
get firstName(): string;
set firstName(value: string);
resetFirstName(): void;
get firstNameInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _internalNumber?;
get internalNumber(): string;
set internalNumber(value: string);
resetInternalNumber(): void;
get internalNumberInput(): string | undefined;
private _jobTitle?;
get jobTitle(): string;
set jobTitle(value: string);
resetJobTitle(): void;
get jobTitleInput(): string | undefined;
private _lastName?;
get lastName(): string;
set lastName(value: string);
resetLastName(): void;
get lastNameInput(): string | undefined;
private _line1?;
get line1(): string;
set line1(value: string);
resetLine1(): void;
get line1Input(): string | undefined;
private _line2?;
get line2(): string;
set line2(value: string);
resetLine2(): void;
get line2Input(): string | undefined;
private _line3?;
get line3(): string;
set line3(value: string);
resetLine3(): void;
get line3Input(): string | undefined;
private _line4?;
get line4(): string;
set line4(value: string);
resetLine4(): void;
get line4Input(): string | undefined;
private _middleName?;
get middleName(): string;
set middleName(value: string);
resetMiddleName(): void;
get middleNameInput(): string | undefined;
private _municipalInscription?;
get municipalInscription(): string;
set municipalInscription(value: string);
resetMunicipalInscription(): void;
get municipalInscriptionInput(): string | undefined;
private _ospHomeRegion?;
get ospHomeRegion(): string;
set ospHomeRegion(value: string);
get ospHomeRegionInput(): string | undefined;
private _phoneCountryCode?;
get phoneCountryCode(): string;
set phoneCountryCode(value: string);
resetPhoneCountryCode(): void;
get phoneCountryCodeInput(): string | undefined;
private _phoneNumber?;
get phoneNumber(): string;
set phoneNumber(value: string);
resetPhoneNumber(): void;
get phoneNumberInput(): string | undefined;
private _postalCode?;
get postalCode(): string;
set postalCode(value: string);
resetPostalCode(): void;
get postalCodeInput(): string | undefined;
private _province?;
get province(): string;
set province(value: string);
resetProvince(): void;
get provinceInput(): string | undefined;
get quality(): string;
private _state?;
get state(): string;
set state(value: string);
resetState(): void;
get stateInput(): string | undefined;
private _stateInscription?;
get stateInscription(): string;
set stateInscription(value: string);
resetStateInscription(): void;
get stateInscriptionInput(): string | undefined;
private _streetName?;
get streetName(): string;
set streetName(value: string);
resetStreetName(): void;
get streetNameInput(): string | undefined;
private _streetNumber?;
get streetNumber(): string;
set streetNumber(value: string);
resetStreetNumber(): void;
get streetNumberInput(): string | undefined;
get verificationCode(): string;
private _timeouts;
get timeouts(): OspGatewayAddressActionVerificationTimeoutsOutputReference;
putTimeouts(value: OspGatewayAddressActionVerificationTimeouts): void;
resetTimeouts(): void;
get timeoutsInput(): cdktf.IResolvable | OspGatewayAddressActionVerificationTimeouts | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}