akamai.AppSecAdvancedSettingsPrefetch
Explore with Pulumi AI
Create AppSecAdvancedSettingsPrefetch Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AppSecAdvancedSettingsPrefetch(name: string, args: AppSecAdvancedSettingsPrefetchArgs, opts?: CustomResourceOptions);
@overload
def AppSecAdvancedSettingsPrefetch(resource_name: str,
args: AppSecAdvancedSettingsPrefetchArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AppSecAdvancedSettingsPrefetch(resource_name: str,
opts: Optional[ResourceOptions] = None,
all_extensions: Optional[bool] = None,
config_id: Optional[int] = None,
enable_app_layer: Optional[bool] = None,
enable_rate_controls: Optional[bool] = None,
extensions: Optional[Sequence[str]] = None)
func NewAppSecAdvancedSettingsPrefetch(ctx *Context, name string, args AppSecAdvancedSettingsPrefetchArgs, opts ...ResourceOption) (*AppSecAdvancedSettingsPrefetch, error)
public AppSecAdvancedSettingsPrefetch(string name, AppSecAdvancedSettingsPrefetchArgs args, CustomResourceOptions? opts = null)
public AppSecAdvancedSettingsPrefetch(String name, AppSecAdvancedSettingsPrefetchArgs args)
public AppSecAdvancedSettingsPrefetch(String name, AppSecAdvancedSettingsPrefetchArgs args, CustomResourceOptions options)
type: akamai:AppSecAdvancedSettingsPrefetch
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AppSecAdvancedSettingsPrefetchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AppSecAdvancedSettingsPrefetchArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AppSecAdvancedSettingsPrefetchArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppSecAdvancedSettingsPrefetchArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppSecAdvancedSettingsPrefetchArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var appSecAdvancedSettingsPrefetchResource = new Akamai.AppSecAdvancedSettingsPrefetch("appSecAdvancedSettingsPrefetchResource", new()
{
AllExtensions = false,
ConfigId = 0,
EnableAppLayer = false,
EnableRateControls = false,
Extensions = new[]
{
"string",
},
});
example, err := akamai.NewAppSecAdvancedSettingsPrefetch(ctx, "appSecAdvancedSettingsPrefetchResource", &akamai.AppSecAdvancedSettingsPrefetchArgs{
AllExtensions: pulumi.Bool(false),
ConfigId: pulumi.Int(0),
EnableAppLayer: pulumi.Bool(false),
EnableRateControls: pulumi.Bool(false),
Extensions: pulumi.StringArray{
pulumi.String("string"),
},
})
var appSecAdvancedSettingsPrefetchResource = new AppSecAdvancedSettingsPrefetch("appSecAdvancedSettingsPrefetchResource", AppSecAdvancedSettingsPrefetchArgs.builder()
.allExtensions(false)
.configId(0)
.enableAppLayer(false)
.enableRateControls(false)
.extensions("string")
.build());
app_sec_advanced_settings_prefetch_resource = akamai.AppSecAdvancedSettingsPrefetch("appSecAdvancedSettingsPrefetchResource",
all_extensions=False,
config_id=0,
enable_app_layer=False,
enable_rate_controls=False,
extensions=["string"])
const appSecAdvancedSettingsPrefetchResource = new akamai.AppSecAdvancedSettingsPrefetch("appSecAdvancedSettingsPrefetchResource", {
allExtensions: false,
configId: 0,
enableAppLayer: false,
enableRateControls: false,
extensions: ["string"],
});
type: akamai:AppSecAdvancedSettingsPrefetch
properties:
allExtensions: false
configId: 0
enableAppLayer: false
enableRateControls: false
extensions:
- string
AppSecAdvancedSettingsPrefetch Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AppSecAdvancedSettingsPrefetch resource accepts the following input properties:
- All
Extensions bool - Whether to enable prefetch requests for all file extensions
- Config
Id int - Unique identifier of the security configuration
- Enable
App boolLayer - Whether to enable or disable prefetch requests
- Enable
Rate boolControls - Whether to enable prefetch requests for rate controls
- Extensions List<string>
- List of file extensions
- All
Extensions bool - Whether to enable prefetch requests for all file extensions
- Config
Id int - Unique identifier of the security configuration
- Enable
App boolLayer - Whether to enable or disable prefetch requests
- Enable
Rate boolControls - Whether to enable prefetch requests for rate controls
- Extensions []string
- List of file extensions
- all
Extensions Boolean - Whether to enable prefetch requests for all file extensions
- config
Id Integer - Unique identifier of the security configuration
- enable
App BooleanLayer - Whether to enable or disable prefetch requests
- enable
Rate BooleanControls - Whether to enable prefetch requests for rate controls
- extensions List<String>
- List of file extensions
- all
Extensions boolean - Whether to enable prefetch requests for all file extensions
- config
Id number - Unique identifier of the security configuration
- enable
App booleanLayer - Whether to enable or disable prefetch requests
- enable
Rate booleanControls - Whether to enable prefetch requests for rate controls
- extensions string[]
- List of file extensions
- all_
extensions bool - Whether to enable prefetch requests for all file extensions
- config_
id int - Unique identifier of the security configuration
- enable_
app_ boollayer - Whether to enable or disable prefetch requests
- enable_
rate_ boolcontrols - Whether to enable prefetch requests for rate controls
- extensions Sequence[str]
- List of file extensions
- all
Extensions Boolean - Whether to enable prefetch requests for all file extensions
- config
Id Number - Unique identifier of the security configuration
- enable
App BooleanLayer - Whether to enable or disable prefetch requests
- enable
Rate BooleanControls - Whether to enable prefetch requests for rate controls
- extensions List<String>
- List of file extensions
Outputs
All input properties are implicitly available as output properties. Additionally, the AppSecAdvancedSettingsPrefetch resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AppSecAdvancedSettingsPrefetch Resource
Get an existing AppSecAdvancedSettingsPrefetch resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AppSecAdvancedSettingsPrefetchState, opts?: CustomResourceOptions): AppSecAdvancedSettingsPrefetch
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
all_extensions: Optional[bool] = None,
config_id: Optional[int] = None,
enable_app_layer: Optional[bool] = None,
enable_rate_controls: Optional[bool] = None,
extensions: Optional[Sequence[str]] = None) -> AppSecAdvancedSettingsPrefetch
func GetAppSecAdvancedSettingsPrefetch(ctx *Context, name string, id IDInput, state *AppSecAdvancedSettingsPrefetchState, opts ...ResourceOption) (*AppSecAdvancedSettingsPrefetch, error)
public static AppSecAdvancedSettingsPrefetch Get(string name, Input<string> id, AppSecAdvancedSettingsPrefetchState? state, CustomResourceOptions? opts = null)
public static AppSecAdvancedSettingsPrefetch get(String name, Output<String> id, AppSecAdvancedSettingsPrefetchState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- All
Extensions bool - Whether to enable prefetch requests for all file extensions
- Config
Id int - Unique identifier of the security configuration
- Enable
App boolLayer - Whether to enable or disable prefetch requests
- Enable
Rate boolControls - Whether to enable prefetch requests for rate controls
- Extensions List<string>
- List of file extensions
- All
Extensions bool - Whether to enable prefetch requests for all file extensions
- Config
Id int - Unique identifier of the security configuration
- Enable
App boolLayer - Whether to enable or disable prefetch requests
- Enable
Rate boolControls - Whether to enable prefetch requests for rate controls
- Extensions []string
- List of file extensions
- all
Extensions Boolean - Whether to enable prefetch requests for all file extensions
- config
Id Integer - Unique identifier of the security configuration
- enable
App BooleanLayer - Whether to enable or disable prefetch requests
- enable
Rate BooleanControls - Whether to enable prefetch requests for rate controls
- extensions List<String>
- List of file extensions
- all
Extensions boolean - Whether to enable prefetch requests for all file extensions
- config
Id number - Unique identifier of the security configuration
- enable
App booleanLayer - Whether to enable or disable prefetch requests
- enable
Rate booleanControls - Whether to enable prefetch requests for rate controls
- extensions string[]
- List of file extensions
- all_
extensions bool - Whether to enable prefetch requests for all file extensions
- config_
id int - Unique identifier of the security configuration
- enable_
app_ boollayer - Whether to enable or disable prefetch requests
- enable_
rate_ boolcontrols - Whether to enable prefetch requests for rate controls
- extensions Sequence[str]
- List of file extensions
- all
Extensions Boolean - Whether to enable prefetch requests for all file extensions
- config
Id Number - Unique identifier of the security configuration
- enable
App BooleanLayer - Whether to enable or disable prefetch requests
- enable
Rate BooleanControls - Whether to enable prefetch requests for rate controls
- extensions List<String>
- List of file extensions
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.