rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
332 lines (331 loc) • 21.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataSafeSecurityAssessmentSecurityFeaturesConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#access_level DataOciDataSafeSecurityAssessmentSecurityFeatures#access_level}
*/
readonly accessLevel?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#compartment_id DataOciDataSafeSecurityAssessmentSecurityFeatures#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#compartment_id_in_subtree DataOciDataSafeSecurityAssessmentSecurityFeatures#compartment_id_in_subtree}
*/
readonly compartmentIdInSubtree?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#id DataOciDataSafeSecurityAssessmentSecurityFeatures#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/data_safe_security_assessment_security_features#target_id DataOciDataSafeSecurityAssessmentSecurityFeatures#target_id}
*/
readonly targetId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_column_encryption DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_column_encryption}
*/
readonly targetsWithColumnEncryption?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_database_vault DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_database_vault}
*/
readonly targetsWithDatabaseVault?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_external_authentication DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_external_authentication}
*/
readonly targetsWithExternalAuthentication?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_fine_grained_audit DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_fine_grained_audit}
*/
readonly targetsWithFineGrainedAudit?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_global_authentication DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_global_authentication}
*/
readonly targetsWithGlobalAuthentication?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_network_encryption DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_network_encryption}
*/
readonly targetsWithNetworkEncryption?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_password_authentication DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_password_authentication}
*/
readonly targetsWithPasswordAuthentication?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_privilege_analysis DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_privilege_analysis}
*/
readonly targetsWithPrivilegeAnalysis?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_tablespace_encryption DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_tablespace_encryption}
*/
readonly targetsWithTablespaceEncryption?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_traditional_audit DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_traditional_audit}
*/
readonly targetsWithTraditionalAudit?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#targets_with_unified_audit DataOciDataSafeSecurityAssessmentSecurityFeatures#targets_with_unified_audit}
*/
readonly targetsWithUnifiedAudit?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#filter DataOciDataSafeSecurityAssessmentSecurityFeatures#filter}
*/
readonly filter?: DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter[] | cdktf.IResolvable;
}
export interface DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItems {
}
export declare function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToTerraform(struct?: DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItems): any;
export declare function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsToHclTerraform(struct?: DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItems): any;
export declare class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference 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(): DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItems | undefined;
set internalValue(value: DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItems | undefined);
get assessmentId(): string;
get columnEncryption(): string;
get compartmentId(): string;
get databaseVault(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get externalAuthentication(): string;
get fineGrainedAudit(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get globalAuthentication(): string;
get networkEncryption(): string;
get passwordAuthentication(): string;
get privilegeAnalysis(): string;
get tablespaceEncryption(): string;
get targetId(): string;
get traditionalAudit(): string;
get unifiedAudit(): string;
}
export declare class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList 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): DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsOutputReference;
}
export interface DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollection {
}
export declare function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToTerraform(struct?: DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollection): any;
export declare function dataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionToHclTerraform(struct?: DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollection): any;
export declare class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference 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(): DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollection | undefined;
set internalValue(value: DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollection | undefined);
private _items;
get items(): DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemsList;
}
export declare class DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList 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): DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionOutputReference;
}
export interface DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#name DataOciDataSafeSecurityAssessmentSecurityFeatures#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#regex DataOciDataSafeSecurityAssessmentSecurityFeatures#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#values DataOciDataSafeSecurityAssessmentSecurityFeatures#values}
*/
readonly values: string[];
}
export declare function dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToTerraform(struct?: DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter | cdktf.IResolvable): any;
export declare function dataOciDataSafeSecurityAssessmentSecurityFeaturesFilterToHclTerraform(struct?: DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter | cdktf.IResolvable): any;
export declare class DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @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(): DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter | cdktf.IResolvable | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
private _regex?;
get regex(): boolean | cdktf.IResolvable;
set regex(value: boolean | cdktf.IResolvable);
resetRegex(): void;
get regexInput(): boolean | cdktf.IResolvable | undefined;
private _values?;
get values(): string[];
set values(value: string[]);
get valuesInput(): string[] | undefined;
}
export declare class DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter[] | cdktf.IResolvable;
/**
* @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): DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features oci_data_safe_security_assessment_security_features}
*/
export declare class DataOciDataSafeSecurityAssessmentSecurityFeatures extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_data_safe_security_assessment_security_features";
/**
* Generates CDKTF code for importing a DataOciDataSafeSecurityAssessmentSecurityFeatures 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 DataOciDataSafeSecurityAssessmentSecurityFeatures to import
* @param importFromId The id of the existing DataOciDataSafeSecurityAssessmentSecurityFeatures that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_safe_security_assessment_security_features#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDataSafeSecurityAssessmentSecurityFeatures 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/data_safe_security_assessment_security_features oci_data_safe_security_assessment_security_features} 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 DataOciDataSafeSecurityAssessmentSecurityFeaturesConfig
*/
constructor(scope: Construct, id: string, config: DataOciDataSafeSecurityAssessmentSecurityFeaturesConfig);
private _accessLevel?;
get accessLevel(): string;
set accessLevel(value: string);
resetAccessLevel(): void;
get accessLevelInput(): string | undefined;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _compartmentIdInSubtree?;
get compartmentIdInSubtree(): boolean | cdktf.IResolvable;
set compartmentIdInSubtree(value: boolean | cdktf.IResolvable);
resetCompartmentIdInSubtree(): void;
get compartmentIdInSubtreeInput(): boolean | cdktf.IResolvable | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _securityFeatureCollection;
get securityFeatureCollection(): DataOciDataSafeSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionList;
private _targetId?;
get targetId(): string;
set targetId(value: string);
resetTargetId(): void;
get targetIdInput(): string | undefined;
private _targetsWithColumnEncryption?;
get targetsWithColumnEncryption(): string;
set targetsWithColumnEncryption(value: string);
resetTargetsWithColumnEncryption(): void;
get targetsWithColumnEncryptionInput(): string | undefined;
private _targetsWithDatabaseVault?;
get targetsWithDatabaseVault(): string;
set targetsWithDatabaseVault(value: string);
resetTargetsWithDatabaseVault(): void;
get targetsWithDatabaseVaultInput(): string | undefined;
private _targetsWithExternalAuthentication?;
get targetsWithExternalAuthentication(): string;
set targetsWithExternalAuthentication(value: string);
resetTargetsWithExternalAuthentication(): void;
get targetsWithExternalAuthenticationInput(): string | undefined;
private _targetsWithFineGrainedAudit?;
get targetsWithFineGrainedAudit(): string;
set targetsWithFineGrainedAudit(value: string);
resetTargetsWithFineGrainedAudit(): void;
get targetsWithFineGrainedAuditInput(): string | undefined;
private _targetsWithGlobalAuthentication?;
get targetsWithGlobalAuthentication(): string;
set targetsWithGlobalAuthentication(value: string);
resetTargetsWithGlobalAuthentication(): void;
get targetsWithGlobalAuthenticationInput(): string | undefined;
private _targetsWithNetworkEncryption?;
get targetsWithNetworkEncryption(): string;
set targetsWithNetworkEncryption(value: string);
resetTargetsWithNetworkEncryption(): void;
get targetsWithNetworkEncryptionInput(): string | undefined;
private _targetsWithPasswordAuthentication?;
get targetsWithPasswordAuthentication(): string;
set targetsWithPasswordAuthentication(value: string);
resetTargetsWithPasswordAuthentication(): void;
get targetsWithPasswordAuthenticationInput(): string | undefined;
private _targetsWithPrivilegeAnalysis?;
get targetsWithPrivilegeAnalysis(): string;
set targetsWithPrivilegeAnalysis(value: string);
resetTargetsWithPrivilegeAnalysis(): void;
get targetsWithPrivilegeAnalysisInput(): string | undefined;
private _targetsWithTablespaceEncryption?;
get targetsWithTablespaceEncryption(): string;
set targetsWithTablespaceEncryption(value: string);
resetTargetsWithTablespaceEncryption(): void;
get targetsWithTablespaceEncryptionInput(): string | undefined;
private _targetsWithTraditionalAudit?;
get targetsWithTraditionalAudit(): string;
set targetsWithTraditionalAudit(value: string);
resetTargetsWithTraditionalAudit(): void;
get targetsWithTraditionalAuditInput(): string | undefined;
private _targetsWithUnifiedAudit?;
get targetsWithUnifiedAudit(): string;
set targetsWithUnifiedAudit(value: string);
resetTargetsWithUnifiedAudit(): void;
get targetsWithUnifiedAuditInput(): string | undefined;
private _filter;
get filter(): DataOciDataSafeSecurityAssessmentSecurityFeaturesFilterList;
putFilter(value: DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciDataSafeSecurityAssessmentSecurityFeaturesFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}