Using getPropertyRulesTemplate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPropertyRulesTemplate(args: GetPropertyRulesTemplateArgs, opts?: InvokeOptions): Promise<GetPropertyRulesTemplateResult>
function getPropertyRulesTemplateOutput(args: GetPropertyRulesTemplateOutputArgs, opts?: InvokeOptions): Output<GetPropertyRulesTemplateResult>def get_property_rules_template(follow_links: Optional[bool] = None,
template_file: Optional[str] = None,
templates: Optional[Sequence[GetPropertyRulesTemplateTemplate]] = None,
var_definition_file: Optional[str] = None,
var_values_file: Optional[str] = None,
variables: Optional[Sequence[GetPropertyRulesTemplateVariable]] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyRulesTemplateResult
def get_property_rules_template_output(follow_links: Optional[pulumi.Input[bool]] = None,
template_file: Optional[pulumi.Input[str]] = None,
templates: Optional[pulumi.Input[Sequence[pulumi.Input[GetPropertyRulesTemplateTemplateArgs]]]] = None,
var_definition_file: Optional[pulumi.Input[str]] = None,
var_values_file: Optional[pulumi.Input[str]] = None,
variables: Optional[pulumi.Input[Sequence[pulumi.Input[GetPropertyRulesTemplateVariableArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyRulesTemplateResult]func GetPropertyRulesTemplate(ctx *Context, args *GetPropertyRulesTemplateArgs, opts ...InvokeOption) (*GetPropertyRulesTemplateResult, error)
func GetPropertyRulesTemplateOutput(ctx *Context, args *GetPropertyRulesTemplateOutputArgs, opts ...InvokeOption) GetPropertyRulesTemplateResultOutput> Note: This function is named GetPropertyRulesTemplate in the Go SDK.
public static class GetPropertyRulesTemplate
{
public static Task<GetPropertyRulesTemplateResult> InvokeAsync(GetPropertyRulesTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyRulesTemplateResult> Invoke(GetPropertyRulesTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertyRulesTemplateResult> getPropertyRulesTemplate(GetPropertyRulesTemplateArgs args, InvokeOptions options)
public static Output<GetPropertyRulesTemplateResult> getPropertyRulesTemplate(GetPropertyRulesTemplateArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyRulesTemplate:getPropertyRulesTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
- follow
Links Boolean - template
File String - templates List<Property Map>
- var
Definition StringFile - var
Values StringFile - variables List<Property Map>
getPropertyRulesTemplate Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Follow
Links bool - Template
File string - Templates
List<Get
Property Rules Template Template> - Var
Definition stringFile - Var
Values stringFile - Variables
List<Get
Property Rules Template Variable>
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Follow
Links bool - Template
File string - Templates
[]Get
Property Rules Template Template - Var
Definition stringFile - Var
Values stringFile - Variables
[]Get
Property Rules Template Variable
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- follow
Links Boolean - template
File String - templates
List<Get
Property Rules Template Template> - var
Definition StringFile - var
Values StringFile - variables
List<Get
Property Rules Template Variable>
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- follow
Links boolean - template
File string - templates
Get
Property Rules Template Template[] - var
Definition stringFile - var
Values stringFile - variables
Get
Property Rules Template Variable[]
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- follow_
links bool - template_
file str - templates
Sequence[Get
Property Rules Template Template] - var_
definition_ strfile - var_
values_ strfile - variables
Sequence[Get
Property Rules Template Variable]
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- follow
Links Boolean - template
File String - templates List<Property Map>
- var
Definition StringFile - var
Values StringFile - variables List<Property Map>
Supporting Types
GetPropertyRulesTemplateTemplate
- Template
Data string - Content of the template as string
- Template
Dir string - Directory points to a folder, which contains snippets to include into template.
- Template
Data string - Content of the template as string
- Template
Dir string - Directory points to a folder, which contains snippets to include into template.
- template
Data String - Content of the template as string
- template
Dir String - Directory points to a folder, which contains snippets to include into template.
- template
Data string - Content of the template as string
- template
Dir string - Directory points to a folder, which contains snippets to include into template.
- template_
data str - Content of the template as string
- template_
dir str - Directory points to a folder, which contains snippets to include into template.
- template
Data String - Content of the template as string
- template
Dir String - Directory points to a folder, which contains snippets to include into template.
GetPropertyRulesTemplateVariable
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
